Merge pull request #1591 from deckstose/push-sxxxrqtzmtkx

This commit is contained in:
Jakob P. Liljenberg
2026-05-01 10:03:42 +02:00
committed by GitHub
3 changed files with 6 additions and 4 deletions

View File

@@ -38,6 +38,8 @@ jobs:
version: 20
- compiler: clang
version: 21
- compiler: clang
version: 22
- compiler: gcc
version: 14
steps:

View File

@@ -42,7 +42,7 @@ jobs:
- name: Compile
uses: vmactions/freebsd-vm@v1
with:
release: '14.3'
release: '15.0'
usesh: true
prepare: |
pkg install -y gmake gcc15 coreutils git lowdown
@@ -62,6 +62,6 @@ jobs:
- uses: actions/upload-artifact@v7
with:
name: btop-x86_64-freebsd-14-${{ matrix.compiler }}
name: btop-x86_64-freebsd-15-${{ matrix.compiler }}
path: 'bin/*'
if-no-files-found: error

View File

@@ -50,14 +50,14 @@ jobs:
pkgin -y install gmake gcc14 coreutils git
git config --global --add safe.directory /home/runner/work/btop/btop
run: |
gmake CXX=/usr/pkg/gcc14/bin/g++ CXXFLAGS='-DNDEBUG -I/usr/pkg/gcc10/include -I/usr/include -I/usr/pkg/include' STATIC=true STRIP=true
gmake CXX=/usr/pkg/gcc14/bin/g++ CXXFLAGS='-DNDEBUG -I/usr/pkg/gcc14/include -I/usr/include -I/usr/pkg/include' STATIC=true STRIP=true
GIT_HASH=$(git rev-parse --short "$GITHUB_SHA")
mv bin/btop bin/btop-GCC10-"$GIT_HASH"
ls -alh bin
- uses: actions/upload-artifact@v7
with:
name: btop-x86_64-netbsd-9.3
name: btop-x86_64-netbsd-10.1
path: 'bin/*'
if-no-files-found: error