Skip to content

Commit

Permalink
Merge branch 'chronos' of https://github.com/Nimaoth/Nev into chronos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Oct 5, 2024
2 parents a042113 + 2e28b1c commit 49026ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
run: PATH=/github/home/.nimble/bin:$PATH nimble setup

# linux builds
- run: PATH=/github/home/.nimble/bin:$PATH nimble buildRemoteWorkspaceHost
- run: PATH=/github/home/.nimble/bin:$PATH nimble buildLspWs
- run: nim c --out:ast -D:enableGui=false -D:enableTerminal=true --app:console -D:forceLogToFile --passC:-std=gnu11 -d:exposeScriptingApi -D:isCI -D:isCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}} src/desktop_main.nim
- run: nim c --out:astg -D:enableGui=true -D:enableTerminal=false --app:gui -D:forceLogToFile --passC:-std=gnu11 -d:exposeScriptingApi -D:isCI -D:isCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}} src/desktop_main.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:isCI -D:isCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}} src/desktop_main.nim
#- run: PATH=/github/home/.nimble/bin:$PATH nimble buildRemoteWorkspaceHost
#- run: PATH=/github/home/.nimble/bin:$PATH nimble buildLspWs

# create release packages
- run: PATH=/github/home/.nimble/bin:$PATH nim ./tools/package_release.nims -l
Expand Down Expand Up @@ -141,8 +141,8 @@ jobs:
# windows builds
- run: nim c --out:ast.exe -D:enableGui=false -D:enableTerminal=true --app:console -D:forceLogToFile --passC:-std=gnu11 -d:exposeScriptingApi -D:isCI -D:isCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}} src/desktop_main.nim
- run: nim c --out:astg.exe -D:enableGui=true -D:enableTerminal=false --app:gui -D:forceLogToFile --passC:-std=gnu11 -d:exposeScriptingApi -D:isCI -D:isCINimbleCached=${{steps.cache-nimble.outputs.cache-hit}} src/desktop_main.nim
- run: nimble buildRemoteWorkspaceHostWindows
- run: nimble buildLspWsWindows
#- run: nimble buildRemoteWorkspaceHostWindows
#- run: nimble buildLspWsWindows

# create release packages
- run: nim ./tools/package_release.nims -w
Expand Down

0 comments on commit 49026ec

Please sign in to comment.