Skip to content

Commit

Permalink
Fix PR test system (#34)
Browse files Browse the repository at this point in the history
* Fix PR test system

* Separate meta config on linux-full for consistency
  • Loading branch information
grillo-delmal authored May 11, 2023
1 parent 8414e4f commit 032ff82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
- name: 'Build and Test'
run: |
# Build metadata (like version information and icons)
dub build --config=meta
# Build the project, with its main file included, without unittests
dub build --compiler=ldc2 --build=release --config=full
dub build --compiler=ldc2 --build=release --config=linux-full
- name: "Upload Artifacts"
if: success()
Expand Down
2 changes: 0 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ configuration "linux-full" {
versions "InBranding"

dependency "dportals" version="~>0.1.0"

preBuildCommands "dub run gitver -- --prefix INS --file source/session/ver.d --mod session.ver --appname \"Inochi Session\" --itchfile version.txt"
}

configuration "osx-full" {
Expand Down

0 comments on commit 032ff82

Please sign in to comment.