Skip to content

Commit 17df3da

Browse files
committed
Update .travis.yml
1 parent 8fbe4eb commit 17df3da

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ script:
2222
- dotnet build -c $BUILD_CONFIG
2323
# - dotnet publish -c $BUILD_CONFIG -r $PUBLISH_TARGET -o publish XVDTool
2424
# - dotnet publish -c $BUILD_CONFIG -r $PUBLISH_TARGET -o publish XBFSTool
25+
# - dotnet publish -c $BUILD_CONFIG -r $PUBLISH_TARGET -o publish DurangoKeyExtractor
2526

2627
# before_deploy:
2728
# - cd XVDTool/publish
@@ -31,6 +32,10 @@ script:
3132
# - cd XBFSTool/publish
3233
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then zip -r $TRAVIS_BUILD_DIR/XBFSTool-$PACKAGE_SUFFIX.zip .; fi
3334
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then tar czvf $TRAVIS_BUILD_DIR/XBFSTool-$PACKAGE_SUFFIX.tar.gz *; fi
35+
# - cd ../..
36+
# - cd DurangoKeyExtractor/publish
37+
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then zip -r $TRAVIS_BUILD_DIR/DurangoKeyExtractor-$PACKAGE_SUFFIX.zip .; fi
38+
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then tar czvf $TRAVIS_BUILD_DIR/DurangoKeyExtractor-$PACKAGE_SUFFIX.tar.gz *; fi
3439
# - cd $TRAVIS_BUILD_DIR
3540
#
3641
#deploy:
@@ -42,4 +47,4 @@ script:
4247
# skip_cleanup: true
4348
# on:
4449
# tags: true
45-
# branch: master
50+
# branch: master

0 commit comments

Comments
 (0)