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