Skip to content

Commit

Permalink
Merge pull request f4pga#1731 from antmicro/add-environment-to-tarball
Browse files Browse the repository at this point in the history
Add environment configuration to install tarball
  • Loading branch information
acomodi committed Nov 3, 2020
2 parents 8c6f5ed + 6e716f9 commit 71f5918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/kokoro/install-200t.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ echo "----------------------------------------"
export VPR_NUM_WORKERS=${CORES}
ninja -j${MAX_CORES} install
popd
cp environment.yml install/
)
echo "----------------------------------------"

Expand Down
1 change: 1 addition & 0 deletions .github/kokoro/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ echo "----------------------------------------"
export VPR_NUM_WORKERS=${CORES}
ninja -j${MAX_CORES} install
popd
cp environment.yml install/
)
echo "----------------------------------------"

Expand Down

0 comments on commit 71f5918

Please sign in to comment.