Skip to content

Commit

Permalink
Change step names
Browse files Browse the repository at this point in the history
  • Loading branch information
dlozeve committed Oct 23, 2021
1 parent aeadccd commit 84308e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ jobs:
sudo ln -sf $HOME/gambit/bin/gsi /bin/gsi
sudo ln -sf $HOME/gambit/bin/gsi-script /bin/gsi-script
sudo ln -sf $HOME/gambit/bin/gsc /bin/gsc
- name: Setup build
- name: Setup Gerbil build
run: echo "(define (gerbil-version-string) \"git-$(git rev-parse --short=8 HEAD)\")" > src/gerbil/runtime/gx-version.scm
- name: Build gxi
- name: Build Gerbil gxi
run: ./src/build.sh gxi
- name: Build stage0
- name: Build Gerbil stage0
run: ./src/build.sh stage0
- name: Build stage1 final
- name: Build Gerbil stage1 final
run: ./src/build.sh stage1 final
- name: Build stdlib
- name: Build Gerbil stdlib
run: ./src/build.sh stdlib
- name: Build lang
- name: Build Gerbil lang
run: ./src/build.sh lang
- name: Build tools
- name: Build Gerbil tools
run: ./src/build.sh tools
- name: Run tests
- name: Run Gerbil tests
run: |
export GERBIL_HOME=${GITHUB_WORKSPACE}
export PATH=${GITHUB_WORKSPACE}/bin:$PATH
Expand Down

0 comments on commit 84308e4

Please sign in to comment.