We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd2b414 + 068079b commit b788e75Copy full SHA for b788e75
.travis.yml
@@ -14,6 +14,10 @@ script:
14
- make changelog
15
- make policies
16
- make -j$(nproc) travis-dist
17
+ - mkdir -p out/dist-deploy/travis/${TRAVIS_BRANCH}
18
+ - mkdir -p out/dist-deploy/cdn
19
+ - cp -R out/dist-bin/* out/dist-deploy/travis/${TRAVIS_BRANCH}
20
+ - cp -R out/dist/dist/* out/dist-deploy/cdn
21
22
deploy:
23
on:
@@ -23,7 +27,7 @@ deploy:
27
bucket: "compiler-explorer"
24
28
skip_cleanup: true
25
29
acl: public_read
26
- local_dir: out/dist-bin
- upload-dir: dist/travis/${TRAVIS_BRANCH}
30
+ local_dir: out/dist-deploy
31
+ upload-dir: dist
32
33
after_success: npm run codecov
0 commit comments