shuffle files such that ci_scripts/ contains all the ci scripts

This commit is contained in:
holger krekel
2019-09-19 11:17:13 +02:00
parent a2c585c7a5
commit 30783adef2
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ commands:
- *restore-cache - *restore-cache
- run: - run:
name: Test (<< parameters.target >>) name: Test (<< parameters.target >>)
command: TARGET=<< parameters.target >> ci/run.sh command: TARGET=<< parameters.target >> ci_scripts/run-rust-test.sh
no_output_timeout: 15m no_output_timeout: 15m
jobs: jobs:
@@ -92,7 +92,7 @@ jobs:
- run: cargo fetch - run: cargo fetch
- run: - run:
name: Test name: Test
command: TARGET=x86_64-apple-darwin ci/run.sh command: TARGET=x86_64-apple-darwin ci_scripts/run-rust-test.sh
test_x86_64-unknown-linux-gnu: test_x86_64-unknown-linux-gnu:
executor: default executor: default
@@ -125,7 +125,7 @@ jobs:
- *restore-cache - *restore-cache
- run: - run:
name: build docs, run tests and build wheels name: build docs, run tests and build wheels
command: ci_scripts/run_all.sh command: ci_scripts/run-python.sh
- run: - run:
name: copying docs and wheels to workspace name: copying docs and wheels to workspace
command: | command: |