From 121f34fde7d5b17b0c90b41357e1c6c5ae640713 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Tue, 24 Mar 2020 01:06:05 -0300 Subject: [PATCH] apsw on gitlab --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea24541b9..792e9ad91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,7 @@ test:json-api: script: - pip install --upgrade 'setuptools<45.0.0' - pip install pyinstaller - - pip install -e . + - make install - python3.7 docker/set_build.py # must come after lbry is installed because it imports lbry - pyinstaller --onefile --name lbrynet lbry/extras/cli.py - chmod +x dist/lbrynet @@ -132,7 +132,7 @@ build:windows: script: - pip install --upgrade 'setuptools<45.0.0' - pip install pyinstaller==3.5 - - pip install -e . + - make install - python docker/set_build.py # must come after lbry is installed because it imports lbry - pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py - 7z a -tzip $env:CI_PROJECT_DIR/lbrynet-${OS}.zip ./dist/lbrynet.exe