Skip to content

Commit d094c42

Browse files
committed
(CI) move scripts
1 parent 5b293d3 commit d094c42

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ jobs:
5252
- uses: actions/checkout@v3
5353
- name: Defaults
5454
run: |
55-
source ./scripts/travis/defaults.sh
55+
source ./scripts/ci/defaults.sh
5656
- name: Install
5757
run: |
58-
sudo -E ./scripts/travis/install-deps.sh
59-
./scripts/travis/setup-venv.sh ~/venv
58+
sudo -E ./scripts/ci/install-deps.sh
59+
./scripts/ci/setup-venv.sh ~/venv
6060
source ~/venv/bin/activate
61-
./scripts/travis/install-python-deps.sh
61+
./scripts/ci/install-python-deps.sh
6262
- name: Configure
6363
run: |
64-
./scripts/travis/configure.sh
64+
./scripts/ci/configure.sh
6565
- name: Build
6666
run: |
67-
./scripts/travis/build.sh
67+
./scripts/ci/build.sh
6868
- name: Test
6969
run: |
70-
./scripts/travis/test.sh
70+
./scripts/ci/test.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)