Trying out Github Actions

This commit is contained in:
Krzosa Karol
2023-12-31 09:49:14 +01:00
parent d649cf0bf1
commit 5d963afe0a

View File

@@ -5,7 +5,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: sudo apt install clang
- run: sudo source build.sh
- run: chmod +x build.sh
- run: ./build.sh
run-and-compile-windows:
runs-on: windows-latest
steps:
@@ -13,3 +14,4 @@ jobs:
uses: TheMrMilchmann/setup-msvc-dev@v3.0.0
with:
arch: x64
- run: call build.bat