Move test scripts into scripts directory (#485)
I'm planning on adding a some scripts for managing node and python binaries and I don't want to clutter up the top level any more.
This commit is contained in:
@@ -35,8 +35,8 @@ jobs:
|
||||
- run:
|
||||
name: Install debian packages
|
||||
command: apt-get update -q && apt-get install -q -y cmake build-essential openjdk-8-jre-headless
|
||||
- run: ./test.sh
|
||||
- run: ./test.py
|
||||
- run: scripts/test.sh
|
||||
- run: scripts/test.py
|
||||
test-mac:
|
||||
macos:
|
||||
xcode: "9.0"
|
||||
@@ -53,8 +53,8 @@ jobs:
|
||||
- run:
|
||||
name: Install python 3
|
||||
command: brew install python3
|
||||
- run: ./test.sh
|
||||
- run: ./test.py
|
||||
- run: scripts/test.sh
|
||||
- run: scripts/test.py
|
||||
test-windows:
|
||||
executor:
|
||||
name: win/vs2019
|
||||
@@ -75,8 +75,8 @@ jobs:
|
||||
- run:
|
||||
name: Install latest
|
||||
shell: cmd.exe
|
||||
command: test.bat
|
||||
- run: python test.py
|
||||
command: scripts\test.bat
|
||||
- run: python scripts/test.py
|
||||
|
||||
workflows:
|
||||
flake8:
|
||||
|
||||
Reference in New Issue
Block a user