Skip to content

Commit

Permalink
Install Guix by script
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Nov 10, 2024
1 parent a31cab9 commit 9dd9d6c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,27 @@ jobs:
sh /entrypoint.sh
- store_artifacts:
path: megalinter-reports
test:
docker:
- image: cimg/base:current
steps:
- checkout
- run:
command: |
echo 11111111111111111111
who
echo "aa $USER bb"
echo $UID
GUIX_TEMP_DIR=$(mktemp -d)
INSTALLER="$GUIX_TEMP_DIR/guix-install.sh"
curl -o "$INSTALLER" https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh
chmod +x "$INSTALLER"
"$INSTALLER"
command -v guix
guix install hello
workflows:
CI:
jobs:
- Mega-Linter
- test

0 comments on commit 9dd9d6c

Please sign in to comment.