forked from mirrors/thatmattlove-hyperglass
CI: switched back to nohup in before_script block, made executable
This commit is contained in:
parent
95c7d74a2b
commit
f31886b0ba
4 changed files with 8 additions and 3 deletions
|
|
@ -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
0
ci/ci_commit.sh
Normal file → Executable file
2
ci/ci_test.py
Normal file → Executable file
2
ci/ci_test.py
Normal file → Executable 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
2
ci/ci_test_prepare.py
Normal file → Executable file
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import sys
|
||||
import glob
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue