Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth authored Jul 20, 2024
1 parent 4c8dfec commit 0dfc6b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,9 @@ jobs:
# linux builds
- run: PATH=/github/home/.nimble/bin:$PATH nimble buildAbsytreeServer
- run: PATH=/github/home/.nimble/bin:$PATH nimble buildLspWs
#- run: PATH=/github/home/.nimble/bin:$PATH nimble buildDesktop --app:console -D:forceLogToFile -D:enableGui=false -D:enableTerminal=true --out:ast -D:absytreeCI -D:absytreeCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}}
#- run: PATH=/github/home/.nimble/bin:$PATH nimble buildDesktop --app:gui -D:forceLogToFile -D:enableGui=true -D:enableTerminal=false --out:astg -D:absytreeCI -D:absytreeCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}}
#- run: PATH=/github/home/.nimble/bin:$PATH nimble buildDesktop --app:console -D:forceLogToFile -D:enableGui=false -D:enableTerminal=true -d:musl -d:nimWasmtimeBuildMusl --out:ast-musl -D:absytreeCI -D:absytreeCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}}
- run: nim c --out:ast -D:enableGui=false -D:enableTerminal=true --app:console -D:forceLogToFile --passC:-std=gnu11 -d:exposeScriptingApi -D:absytreeCI -D:absytreeCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}} src/absytree.nim
- run: nim c --out:astg -D:enableGui=true -D:enableTerminal=false --app:gui -D:forceLogToFile --passC:-std=gnu11 -d:exposeScriptingApi -D:absytreeCI -D:absytreeCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}} src/absytree.nim
- run: nim c --out:ast-musl -D:enableGui=false -D:enableTerminal=true --app:console -D:forceLogToFile --passC:-std=gnu11 -d:exposeScriptingApi -D:absytreeCI -D:absytreeCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}} src/absytree.nim
- run: nim c --out:ast-musl -D:enableGui=false -D:enableTerminal=true --app:console -d:musl -d:nimWasmtimeBuildMusl -D:forceLogToFile --passC:-std=gnu11 -d:exposeScriptingApi -D:absytreeCI -D:absytreeCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}} src/absytree.nim

# create release packages
- run: PATH=/github/home/.nimble/bin:$PATH nim ./tools/package_release.nims -l
Expand Down

0 comments on commit 0dfc6b6

Please sign in to comment.