mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Added Travis CI
This commit is contained in:
parent
8c65910f27
commit
ec88e497fa
4 changed files with 47 additions and 14 deletions
|
|
@ -7,7 +7,6 @@ SHELL = /bin/bash
|
|||
install:
|
||||
# Create virtualenv
|
||||
install -d $(DESTDIR)$(prefix)/share/virtscreen
|
||||
virtualenv $(DESTDIR)$(prefix)/share/virtscreen/env --always-copy
|
||||
source $(HOME)/miniconda/bin/activate && \
|
||||
conda create -y --copy --prefix $(DESTDIR)$(prefix)/share/virtscreen/env python=3.6
|
||||
source $(HOME)/miniconda/bin/activate && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue