Trying out Github Actions
This commit is contained in:
6
.github/workflows/run-tests.yml
vendored
6
.github/workflows/run-tests.yml
vendored
@@ -5,11 +5,13 @@ 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:
|
||||
- name: Setup MSVC Developer Command Prompt
|
||||
uses: TheMrMilchmann/setup-msvc-dev@v3.0.0
|
||||
with:
|
||||
arch: x64
|
||||
arch: x64
|
||||
- run: call build.bat
|
||||
Reference in New Issue
Block a user