Trying out Github Actions

This commit is contained in:
Krzosa Karol
2023-12-31 10:00:05 +01:00
parent 20353e69ae
commit f3137c7fcb

View File

@@ -6,7 +6,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: sudo apt install clang - run: sudo apt install clang
- run: chmod +x build.sh - run: chmod +x build.sh
- run: ./build.sh - run: ./build.sh test
run-and-compile-windows: run-and-compile-windows:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
@@ -15,5 +15,5 @@ jobs:
with: with:
arch: x64 arch: x64
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: call build.bat - run: call build.bat test
shell: cmd shell: cmd