Skip to content

Commit

Permalink
travis: solved: deploy packages not exporting from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prajankya committed May 18, 2020
1 parent ea6e566 commit 03738a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ before_script:
- bash <(curl -s https://codecov.io/bash) -f coverage.info || echo "Codecov did not collect coverage reports"

########################## Build package for deploy ##########################
script:
- cd ..
- rm -rf build
- mkdir -p build
Expand All @@ -89,7 +88,7 @@ script:
- cmake --build . --target all --parallel

############################### Bundle packages ##############################
after_script:
script:
# Get filename variable from CMake
- EXPORT_PACKAGE_NAME=$(cat package_name.txt)

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
<a href="https://github.com/NESTLab/argos3-webviz/commits/master" target="_blank">
<img src="https://img.shields.io/github/commit-activity/m/NESTLab/argos3-webviz.svg" alt="GitHub commit activity">
</a>
<img src="https://img.shields.io/github/last-commit/NESTLab/argos3-webviz" alt="GitHub last commit">

<a href="https://bestpractices.coreinfrastructure.org/projects/3966">
<img src="https://bestpractices.coreinfrastructure.org/projects/3966/badge">
</a>
<img src="https://img.shields.io/github/last-commit/NESTLab/argos3-webviz" alt="GitHub last commit" />
<img src="https://visitor-badge.glitch.me/badge?page_id=NESTlab.argos3-webviz" alt="Visitors" />
</p>
<br/>

Expand Down

0 comments on commit 03738a2

Please sign in to comment.