Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Nimaoth/Absytree
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Jul 20, 2024
2 parents 8d7ac98 + 0dfc6b6 commit 7319b0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ 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
- run: PATH=/github/home/.nimble/bin:$PATH nimble buildDesktop --app:gui -D:forceLogToFile -D:enableGui=true -D:enableTerminal=false --out:astg
- 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

- 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: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
- run: ls -la release_linux
Expand Down Expand Up @@ -139,8 +139,8 @@ jobs:
run: nimble setup

# windows builds
- run: nimble buildDesktop --app:console -D:forceLogToFile -D:enableGui=false -D:enableTerminal=true --out:ast.exe
- run: nimble buildDesktop --app:gui -D:forceLogToFile -D:enableGui=true -D:enableTerminal=false --out:astg.exe
- run: nim c --out:ast.exe -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.exe -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: nimble buildAbsytreeServerWindows
- run: nimble buildLspWsWindows

Expand Down

0 comments on commit 7319b0b

Please sign in to comment.