Differences From Artifact [f5ad4b3bf9]:
- File .github/workflows/msys2.yml — part of check-in [34045e21d6] at 2024-03-17 17:36:18 on branch trunk — GitHub Actions: Split MSYS2 into multiple steps (user: js, size: 930) [annotate] [blame] [check-ins using] [more...]
To Artifact [7d382818c3]:
- File .github/workflows/msys2.yml — part of check-in [33dc3b983c] at 2024-11-09 00:55:30 on branch trunk — GitHub Actions: Add ObjC++ test on Windows/MSYS2 (user: js, size: 1081) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
32 33 34 35 36 37 38 | run: make -j4 - name: make check shell: msys2 {0} run: make check - name: make install shell: msys2 {0} run: make install | > > > > > | 32 33 34 35 36 37 38 39 40 41 42 43 | run: make -j4 - name: make check shell: msys2 {0} run: make check - name: make install shell: msys2 {0} run: make install - name: C++ test shell: msys2 {0} run: | objfw-compile -o cxxtest .github/workflows/CXXTest.mm ./cxxtest.exe |