Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 7f91b8e

Browse files
committed
Missing virtualenvs to release build
1 parent 0d0a976 commit 7f91b8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/make_release.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/usr/bin/env bash
22

3+
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
4+
source /venv/bin/activate
5+
else
6+
source /tmp/venv/bin/activate
7+
fi
8+
39
cmake -H. -Bbuild_rel -DHUNTER_ROOT=hunter-root -DCMAKE_BUILD_TYPE=Release
410

511
cmake --build build_rel

0 commit comments

Comments
 (0)