Skip to content
Snippets Groups Projects
Unverified Commit 864e6ca1 authored by Zubin's avatar Zubin
Browse files

fixes

parent 799724df
Branches
No related tags found
No related merge requests found
Pipeline #58824 failed
......@@ -536,6 +536,8 @@ test-x86_64-darwin:
- x86_64-darwin-m1
script: |
/bin/bash .gitlab/test.sh
variables:
NIX_SYSTEM: aarch64-darwin
######################
......@@ -574,6 +576,8 @@ test-aarch64-darwin:
- aarch64-darwin-m1
script: |
arch -arm64 /bin/bash ./.gitlab/test.sh
variables:
NIX_SYSTEM: aarch64-darwin
######################
......
......@@ -5,10 +5,6 @@ set -Eeuxo pipefail
source "$CI_PROJECT_DIR/.gitlab/common.sh"
source "$CI_PROJECT_DIR/.gitlab/setup.sh"
ls
ls -la out/
ls -la out/bindist/
cat GNUmakefile
# create tarball/zip
case "${TARBALL_EXT}" in
......@@ -19,6 +15,9 @@ case "${TARBALL_EXT}" in
find . -type f ! -name '*.zip' -delete
;;
tar.xz)
ls -la out/
ls -la out/bindist/
ls -la out/bindist/*/
emake --version
emake bindist
emake bindist-tar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment