Trying out Github Actions
This commit is contained in:
10
.github/workflows/run-tests.yml
vendored
10
.github/workflows/run-tests.yml
vendored
@@ -1,8 +1,14 @@
|
||||
on: [push]
|
||||
jobs:
|
||||
run-and-compile:
|
||||
run-and-compile-ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt install clang
|
||||
- run: sudo ./build.sh
|
||||
- run: sudo source build.sh
|
||||
run-and-compile-windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: TheMrMilchmann/setup-msvc-dev@v3
|
||||
with:
|
||||
arch: x64
|
||||
Reference in New Issue
Block a user