Skip to content

Commit

Permalink
Fix C++ CI
Browse files Browse the repository at this point in the history
  • Loading branch information
metopa committed Nov 29, 2019
1 parent 01b402f commit 8462573
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test_cpp_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile C++ programs with CMake
name: Test C++ programs
# source: https://github.com/actions/starter-workflows/pull/47
on:
- push
Expand All @@ -14,13 +14,13 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
folder: [epi_judge_cpp, epi_judge_cpp_solutions]
mode: [stub, solution]
include:
- folder: epi_judge_cpp
mode: stub
- folder: epi_judge_cpp_solutions
mode: solution

- mode: stub
folder: epi_judge_cpp
- mode: solution
folder: epi_judge_cpp_solutions
steps:
- uses: actions/checkout@v1

Expand All @@ -47,4 +47,4 @@ jobs:
- name: Test
working-directory: ${{runner.workspace}}
shell: bash
run: python epijudge_ci_test_tool.py --build-dir cpp ${{runner.workspace}}/build ${{matrix.mode}} .
run: python epijudge_ci_test_tool.py --build-dir ${{runner.workspace}}/build cpp ${{matrix.mode}} .

0 comments on commit 8462573

Please sign in to comment.