Differences From Artifact [ffe8f603bc]:
- File .github/workflows/ubuntu-latest.yml — part of check-in [3c91319201] at 2024-05-01 21:39:29 on branch sctp — GitHub Actions: Install libsctp-dev on Ubuntu (user: js, size: 1254) [annotate] [blame] [check-ins using] [more...]
To Artifact [e45a841261]:
- File .github/workflows/ubuntu-latest.yml — part of check-in [089d52ca9a] at 2024-11-04 01:05:50 on branch trunk — GitHub Actions: Add ObjC++ tests (user: js, size: 1368) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
35 36 37 38 39 40 41 | run: ./configure ${{ matrix.configure_flags }} - name: make run: make -j$(nproc) - name: make check run: make check - name: make install run: sudo make install | > > > > | 35 36 37 38 39 40 41 42 43 44 45 | run: ./configure ${{ matrix.configure_flags }} - name: make run: make -j$(nproc) - name: make check run: make check - name: make install run: sudo make install - name: C++ test run: | objfw-compile -o cxxtest .github/workflows/CXXTest.mm ./cxxtest |