ObjFW  Check-in [c0500dcabf]

Overview
Comment:GitHub Actions: Add ObjC++ test on Windows/MSYS2
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.2
Files: files | file ages | folders
SHA3-256: c0500dcabf48d7c8a986f6ab24d7699da978c2011f5afe49162b482c8691d581
User & Date: js on 2024-11-09 00:55:42
Other Links: branch diff | manifest | tags
Context
2024-11-09
12:04
Fix compiling with Clang that doesn't have D58152 check-in: 582b3949f2 user: js tags: 1.2
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:46
Increase library versions check-in: f51da33bea user: js tags: 1.2
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