Skip to content

Commit

Permalink
Fixed build script to fix problem with rpi package not being built (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler authored Nov 24, 2021
1 parent ffb4342 commit 7505d07
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ script:
- mvn test install -B -Djava.util.logging.config.file=scripts/logging.config
- codecov
# Make sure artifacts can be built
- mvn assembly:assembly -pl ugs-classic -DskipTests=true
- mvn package -pl ugs-platform/application -P create-autoupdate,create-macosx-package,create-win-package,create-linux-package,create-pi-package -DskipTests=true
- mvn package -pl ugs-classic assembly:assembly -DskipTests=true
- mvn package -pl ugs-platform/application -P create-autoupdate -DskipTests=true
- mvn package -pl ugs-platform/application -P create-macosx-package -DskipTests=true
- mvn package -pl ugs-platform/application -P create-win-package -DskipTests=true
- mvn package -pl ugs-platform/application -P create-linux-package -DskipTests=true
- mvn package -pl ugs-platform/application -P create-pi-package -DskipTests=true


deploy:
Expand Down

0 comments on commit 7505d07

Please sign in to comment.