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:
|
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:
|
||||||
- name: Setup MSVC Developer Command Prompt
|
- name: Setup MSVC Developer Command Prompt
|
||||||
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
|
||||||
Reference in New Issue
Block a user