Skip to content

Commit c41ee65

Browse files
committed
setting up circleCI
1 parent bfc91d7 commit c41ee65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
- checkout
1111
- python/load-cache
1212
- python/save-cache
13-
environment:
14-
TS_LIB_PATH: /home/circleci/project/py_php_js_cpp_java_linux_64.so
1513
- run:
1614
command: |
1715
sudo apt-get install cmake
@@ -28,6 +26,8 @@ jobs:
2826
pip install -r requirements.txt
2927
./run_tests.sh
3028
name: Test
29+
environment:
30+
TS_LIB_PATH: /home/circleci/project/py_php_js_cpp_java_linux_64.so
3131

3232
workflows:
3333
main:

0 commit comments

Comments
 (0)