File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed
Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1- name : Tests
2- on : [push]
3- jobs :
4- Run-Tests :
5- runs-on : ubuntu-latest
6- env :
7- SKIP_SDL : true
8- steps :
9- - name : Checkout repo
10- uses : actions/checkout@v2
11- with :
12- submodules : recursive
13- - name : Configure Project
14- uses : threeal/cmake-action@v1.3.0
15- - name : Prepare Project
16- run : cmake -S ./ -B build
17- - name : Build Tests
18- run : cmake --build build --target build-tests
19- - name : Run Tests
20- run : build/Tests/TactilityCore/TactilityCoreTests --exit
1+ # name: Tests
2+ # on: [push]
3+ # jobs:
4+ # Run-Tests:
5+ # runs-on: ubuntu-latest
6+ # env:
7+ # SKIP_SDL: true
8+ # steps:
9+ # - name: Checkout repo
10+ # uses: actions/checkout@v2
11+ # with:
12+ # submodules: recursive
13+ # - name: Configure Project
14+ # uses: threeal/cmake-action@v1.3.0
15+ # - name: Prepare Project
16+ # run: cmake -S ./ -B build
17+ # - name: Build Tests
18+ # run: cmake --build build --target build-tests
19+ # - name: Run Tests
20+ # run: build/Tests/TactilityCore/TactilityCoreTests --exit
Original file line number Diff line number Diff line change 88 steps :
99 - name : Build Yellow Board
1010 id : build
11- uses : ./.github/actions/build-variant
11+ uses : ./.github/actions/build-esp- variant
1212 with :
1313 board-name : yellowboard
1414 version : snapshot
You can’t perform that action at this time.
0 commit comments