CI artifact storage (#101)
This commit is contained in:
committed by
GitHub
parent
e9c02ab58e
commit
505befef42
@@ -1,20 +1,20 @@
|
||||
name: Tests
|
||||
on: [push]
|
||||
jobs:
|
||||
Build-PC:
|
||||
Run:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
SKIP_SDL: true
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
- name: "Checkout repo"
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Configure Project
|
||||
- name: "Configure Project"
|
||||
uses: threeal/cmake-action@v1.3.0
|
||||
- name: Prepare Project
|
||||
- name: "Prepare Project"
|
||||
run: cmake -S ./ -B build
|
||||
- name: Build Tests
|
||||
- name: "Build Tests"
|
||||
run: cmake --build build --target build-tests
|
||||
- name: Run Tests
|
||||
- name: "Run Tests"
|
||||
run: build/Tests/TactilityCore/TactilityCoreTests --exit
|
||||
|
||||
Reference in New Issue
Block a user