Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosborn committed Dec 14, 2024
1 parent ea83f2e commit ce39c6b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ jobs:
- name: build Nim & nimble
working-directory: Nim
run: |
. ci/funs.sh
nimBuildCsourcesIfNeeded
./bin/nim c --noNimblePath --skipUserCfg --skipParentCfg --hints:off koch
./koch boot -d:release -d:danger --skipUserCfg --skipParentCfg --hints:off
./koch nimble -d:release -d:danger --skipUserCfg --skipParentCfg --hints:off
#. ci/funs.sh
#nimBuildCsourcesIfNeeded
#./bin/nim c --noNimblePath --skipUserCfg --skipParentCfg --hints:off koch
#./koch boot -d:release -d:danger --skipUserCfg --skipParentCfg --hints:off
#./koch nimble -d:release -d:danger --skipUserCfg --skipParentCfg --hints:off
./build_all.sh
- name: checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ce39c6b

Please sign in to comment.