CI artifact storage (#101)

This commit is contained in:
Ken Van Hoeylandt
2024-12-03 00:53:03 +01:00
committed by GitHub
parent e9c02ab58e
commit 505befef42
7 changed files with 98 additions and 72 deletions
+6 -6
View File
@@ -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