Overview
Comment: | GitHub Actions: Add ObjC++ test on Windows/MSYS2 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
33dc3b983cc4e43d98ca1e0409d0a227 |
User & Date: | js on 2024-11-09 00:55:30 |
Other Links: | manifest | tags |
Context
2024-11-09
| ||
12:03 | Fix compiling with Clang that doesn't have D58152 check-in: b260ccdb53 user: js tags: trunk | |
00:55 | GitHub Actions: Add ObjC++ test on Windows/MSYS2 check-in: c0500dcabf user: js tags: 1.2 | |
00:55 | GitHub Actions: Add ObjC++ test on Windows/MSYS2 check-in: 33dc3b983c user: js tags: trunk | |
00:47 | Increase library versions check-in: 290e272b00 user: js tags: trunk | |
Changes
Modified .github/workflows/msys2.yml from [f5ad4b3bf9] to [7d382818c3].
︙ | ︙ | |||
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 |