Skip to content

Commit

Permalink
Split build into small parts
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Apr 16, 2018
1 parent e193ec7 commit 0499016
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ script:

before_deploy:
- cross build --package roseline_launch --release --target $TARGET
- cross build -vv --package roseline --release --target $TARGET
- cross build --package utils --release --target $TARGET
- cross build --package db --release --target $TARGET
- cross build --package actors --release --target $TARGET
- cross build --package roseline --release --target $TARGET
- cross build --package roseline-web --release --target $TARGET
- zip "$PROJECT_NAME-$TRAVIS_TAG-$TARGET.zip" -j target/$TARGET/release/roseline roseline.toml target/$TARGET/release/roseline-web target/$TARGET/release/roseline_launch

Expand Down

0 comments on commit 0499016

Please sign in to comment.