mirror of
https://github.com/aristocratos/btop.git
synced 2026-05-19 14:10:14 -04:00
Merge pull request #1591 from deckstose/push-sxxxrqtzmtkx
This commit is contained in:
2
.github/workflows/cmake-linux.yml
vendored
2
.github/workflows/cmake-linux.yml
vendored
@@ -38,6 +38,8 @@ jobs:
|
||||
version: 20
|
||||
- compiler: clang
|
||||
version: 21
|
||||
- compiler: clang
|
||||
version: 22
|
||||
- compiler: gcc
|
||||
version: 14
|
||||
steps:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user