Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 0 additions & 141 deletions .github/workflows/CI-mingw.yml

This file was deleted.

16 changes: 11 additions & 5 deletions .github/workflows/CI-unixish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04, ubuntu-24.04-arm, macos-14, macos-15, macos-15-intel, macos-26, macos-26-intel]
os: [ubuntu-24.04]
compiler: [clang++]
include:
- os: ubuntu-22.04
compiler: g++
- os: ubuntu-24.04
compiler: g++
fail-fast: false
Expand Down Expand Up @@ -54,7 +52,7 @@ jobs:
- name: Install missing software on macos
if: contains(matrix.os, 'macos')
run: |
brew install coreutils
brew install coreutils diffutils

- name: Install missing Python packages
run: |
Expand Down Expand Up @@ -161,7 +159,7 @@ jobs:

make clean
make -j$(nproc) CXXOPTS="-O2 -g3" simplecpp
VALGRIND_TOOL=callgrind SIMPLECPP_PATH=simplecpp-1.5.1 ./selfcheck.sh >callgrind.log || (cat callgrind.log && false)
VALGRIND_TOOL=callgrind SIMPLECPP_PATH=simplecpp-1.5.1 STRICT=1 ./selfcheck.sh >callgrind.log || (cat callgrind.log && false)
cat callgrind.log

# PGO - start
Expand Down Expand Up @@ -192,3 +190,11 @@ jobs:
name: Callgrind Output - ${{ matrix.compiler }}
path: |
./callgrind.*

# TODO: how to store this
- uses: actions/upload-artifact@v4
if: false # (matrix.os == 'ubuntu-24.04') && (success() || failure())
with:
name: Actual selfcheck result - ${{ matrix.compiler }}
path: |
./selfcheck.exp
82 changes: 0 additions & 82 deletions .github/workflows/CI-windows.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/clang-tidy.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/format.yml

This file was deleted.

Loading
Loading