18 Star 62 Fork 19

Notadd / ng-notadd

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 523 Bytes
Copy Edit Raw Blame History
vqqIM_admin authored 2019-05-20 10:04 . chore(travis): rm test
sudo: required
language: node_js
node_js:
- "10"
git:
submodules: true
before_install:
- npm install -g @angular/cli
install:
- npm i
- ng build --prod
# - upx rm -a /
# - sleep(20)
# - upx put ./ /
after_install:
- sudo curl -L http://collection.b0.upaiyun.com/softwares/upx/upx-linux-amd64-v0.2.3 -o /usr/bin/upx
- sudo chmod +x /usr/bin/upx
- cd ./dist
- upx login ng-notadd "$NG" "$UPYUN"
- upx sync ./ /
# script:
# - cd ../
# - npm run test
JavaScript
1
https://gitee.com/notadd/ng-notadd.git
git@gitee.com:notadd/ng-notadd.git
notadd
ng-notadd
ng-notadd
master

Search