File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ jobs:
4949 cd build
5050 cmake ../
5151 cmake --build . -j2
52- # - name: Tests
53- # run: |
54- # export MSYSTEM=$(echo ${{matrix.msystem}} | tr '[:lower:]' '[:upper:]')
55- # cd "$GITHUB_WORKSPACE"/build
56- # ctest -V
52+ - name : Tests
53+ run : |
54+ export MSYSTEM=$(echo ${{matrix.msystem}} | tr '[:lower:]' '[:upper:]')
55+ cd "$GITHUB_WORKSPACE"/build
56+ ctest -V
5757 - name : Build statically linked executable
5858 run : |
5959 export MSYSTEM=$(echo ${{matrix.msystem}} | tr '[:lower:]' '[:upper:]')
@@ -64,11 +64,11 @@ jobs:
6464 cd build-static
6565 cmake ../ -DENABLE_LTO=ON -DENABLE_STATIC_LINKING=ON
6666 cmake --build . -j4
67- # - name: Tests of build with statically linked build
68- # run: |
69- # export MSYSTEM=$(echo ${{matrix.msystem}} | tr '[:lower:]' '[:upper:]')
70- # cd "$GITHUB_WORKSPACE"/build_static_std_libs
71- # ctest -V
67+ - name : Tests of build with statically linked build
68+ run : |
69+ export MSYSTEM=$(echo ${{matrix.msystem}} | tr '[:lower:]' '[:upper:]')
70+ cd "$GITHUB_WORKSPACE"/build-static
71+ ctest -V
7272 - name : Gather build artifacts
7373 run : |
7474 export MSYSTEM=$(echo ${{matrix.msystem}} | tr '[:lower:]' '[:upper:]')
You can’t perform that action at this time.
0 commit comments