1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

CI: switched back to nohup in before_script block, made executable

This commit is contained in:
checktheroads
2019-06-16 20:44:03 -07:00
parent 95c7d74a2b
commit f31886b0ba
4 changed files with 8 additions and 3 deletions

View File

@@ -9,10 +9,11 @@ before_install:
- pip3 install -r ./ci/requirements_dev.txt
install:
- pip3 install -r requirements.txt
before_script:
after_install:
- bash ./ci/check_code.sh
before_script:
- nohup python3 ./ci/ci_test_prepare.py &
script:
- python3 ./ci/ci_test_prepare.py &
- python3 ./ci/ci_test.py
after_script:
- bash ./ci/ci_commit.shs
- bash ./ci/ci_commit.sh

0
ci/ci_commit.sh Normal file → Executable file
View File

2
ci/ci_test.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import os
import sys
import glob

2
ci/ci_test_prepare.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import os
import sys
import glob