Skip to content

Commit

Permalink
Add support for windows and macos on linux travis ci job (#716)
Browse files Browse the repository at this point in the history
Signed-off-by: flacatus <flacatus@redhat.com>
  • Loading branch information
flacatus authored May 19, 2020
1 parent f5c2815 commit 1e58d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_deploy:
sed -i sed "s#version\":\ \"\(.*\)\",#version\":\ \"$CHECTL_VERSION\",#g" package.json
git tag $TRAVIS_TAG
npx oclif-dev pack
npx oclif-dev pack --targets=linux-s390x
npx oclif-dev pack --targets=linux-s390x,darwin-x64,win32-x64,win32-x86
git clone https://github.com/che-incubator/chectl -b gh-pages --single-branch gh-pages
rm -rf gh-pages/.git
echo $(date +%s) > gh-pages/update
Expand Down

0 comments on commit 1e58d04

Please sign in to comment.