Skip to content

Commit 15462e8

Browse files
committed
update submodule + enable tests for MSYS2 builds in GHA workflows
1 parent 66e2c9c commit 15462e8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/msys2.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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:]')

libstriezel

Submodule libstriezel updated from 4e99042 to 6a3662b

0 commit comments

Comments
 (0)