Skip to content

Commit 3875dfb

Browse files
committed
Add install of biplist to CI/CD
1 parent e9d3a41 commit 3875dfb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ install:
4646
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then mkdir -p $HOME/Documents/Processing/libraries/ ;fi
4747
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then cp -a $TRAVIS_BUILD_DIR/OpenBCI_GUI/libraries/. $HOME/Documents/Processing/libraries/ ;fi
4848
# used to create .dmg
49-
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install dmgbuild ;fi
49+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install dmgbuild ;fi
50+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install biplist ;fi
5051

5152
script:
5253
- cd $TRAVIS_BUILD_DIR

0 commit comments

Comments
 (0)