Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Jan 5, 2024
2 parents 7035a8d + 1ac25ed commit 4d54f54
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
- if: always()
run: nimble buildBrowser
- if: always()
run: nimble buildDesktop --app:gui -D:forceLogToFile
run: nimble buildDesktop --app:console -D:forceLogToFile -D:enableGui=false -D:enableTerminal=true --out:astt
- if: always()
run: nimble buildDesktop --app:gui -D:forceLogToFile -D:enableGui=true -D:enableTerminal=false --out:ast

# create release packages
- run: nim ./tools/package_release.nims
Expand Down Expand Up @@ -99,7 +101,9 @@ jobs:

# windows builds
- if: always()
run: nimble buildDesktop --app:gui -D:forceLogToFile
run: nimble buildDesktop --app:console -D:forceLogToFile -D:enableGui=false -D:enableTerminal=true --out:astt.exe
- if: always()
run: nimble buildDesktop --app:gui -D:forceLogToFile -D:enableGui=true -D:enableTerminal=false --out:ast.exe
- if: always()
run: nimble buildAbsytreeServerWindows
- if: always()
Expand Down

0 comments on commit 4d54f54

Please sign in to comment.