summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-06-03 17:21:46 (GMT)
committerDomen Kožar <domen@dev.si>2020-06-16 08:23:02 (GMT)
commit452bb8573d6d1883ac4e132032a4a0a243c2ae59 (patch)
tree55769bbd7ed24f9cf2f3aac84b56a74a6f174dc0 /.github
parent7013e59d5ae974006c088663559613bf23a66414 (diff)
downloadpatchelf-452bb8573d6d1883ac4e132032a4a0a243c2ae59.zip
patchelf-452bb8573d6d1883ac4e132032a4a0a243c2ae59.tar.gz
patchelf-452bb8573d6d1883ac4e132032a4a0a243c2ae59.tar.bz2
run CI with musl as well
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a4c6829..ca08ff8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,3 +11,11 @@ jobs:
with:
skip_adding_nixpkgs_channel: true
- run: nix-build release.nix
+ tests-musl:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: cachix/install-nix-action@v9
+ with:
+ skip_adding_nixpkgs_channel: true
+ - run: nix-build release.nix --arg isMusl true --arg systems '[ "x86_64-linux" ]' \ No newline at end of file