summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfraggerfox <santhosh.raju@gmail.com>2024-02-26 13:31:34 +0100
committerBenBE <BenBE@geshi.org>2024-02-29 18:54:37 +0100
commit4feac8e72f76c7d50ac4e61689645796cd5fdc31 (patch)
tree40a95d279cdf5d682e74c5ef913a7b425034e118
parent2555cc39f369c1ca9a8d9a59c5de1dc6d057cd47 (diff)
Add Solaris to the CI
-rwxr-xr-x.github/workflows/ci.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c078d089..7d233463 100755
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -289,6 +289,27 @@ jobs:
./configure --enable-unicode --enable-werror
gmake -k
+ build-solaris-latest-gcc:
+ runs-on: ubuntu-22.04
+ timeout-minutes: 20
+ steps:
+ - uses: actions/checkout@v4
+ with:
+ submodules: recursive
+ - name: Compile
+ uses: vmactions/solaris-vm@v1
+ with:
+ release: '11.4'
+ usesh: true
+ prepare: |
+ pkg install gnu-make autoconf automake ncurses git gcc
+ git config --global --add safe.directory /home/runner/work/htop/htop
+ run: |
+ set -e
+ ./autogen.sh
+ ./configure --enable-unicode --enable-werror
+ gmake -k
+
whitespace_check:
runs-on: ubuntu-latest
steps:

© 2014-2024 Faster IT GmbH | imprint | privacy policy