Skip to content

Commit

Permalink
ci: why???
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Apr 24, 2023
1 parent e453941 commit 9077ef2
Showing 1 changed file with 33 additions and 25 deletions.
58 changes: 33 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,32 +412,36 @@ jobs:
image: ubuntu-2004:current
resource_class: medium
steps:
- checkout
- run:
name: "Install Rust"
name: "Test env var"
command: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- run:
name: "Install Shuttle"
command: cargo install cargo-shuttle --path ./cargo-shuttle
- run: cargo shuttle --version
- run:
name: Login
command: |
cargo shuttle login --api-key ${SHUTTLE_API_KEY}
- run:
name: QA
command: ./.circleci/qa.sh linux
environment:
SHUTTLE_API: https://api.unstable.shuttle.rs
- run: git submodule sync
- run: git submodule update --init
- run:
name: Test WASM
command: ./.circleci/qa-wasm.sh
- run:
name: Test Docker
command: ./.circleci/qa-docker.sh
echo "why ${SHUTTLE_API_KEY}"
# - checkout
# - run:
# name: "Install Rust"
# command: |
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# - run:
# name: "Install Shuttle"
# command: cargo install cargo-shuttle --path ./cargo-shuttle
# - run: cargo shuttle --version
# - run:
# name: Login
# command: |
# cargo shuttle login --api-key ${SHUTTLE_API_KEY}
# - run:
# name: QA
# command: ./.circleci/qa.sh linux
# environment:
# SHUTTLE_API: https://api.unstable.shuttle.rs
# - run: git submodule sync
# - run: git submodule update --init
# - run:
# name: Test WASM
# command: ./.circleci/qa-wasm.sh
# - run:
# name: Test Docker
# command: ./.circleci/qa-docker.sh
mac-qa:
macos:
xcode: 12.5.1
Expand Down Expand Up @@ -489,7 +493,10 @@ jobs:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
PATH: "$PATH:$USERPROFILE\\.cargo\\bin"
steps:
- run: echo "$SHUTTLE_API_KEY"
- run:
name: "Test env var"
command: |
echo "why ${SHUTTLE_API_KEY}"
# - checkout
# - run:
# name: "Install Protobuf"
Expand Down Expand Up @@ -593,6 +600,7 @@ workflows:
# filters:
# branches:
# only: production
- linux-qa
- windows-qa
# - windows-qa:
# filters:
Expand Down

0 comments on commit 9077ef2

Please sign in to comment.