File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
3434 sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
3535 # If icasadi_rosenbrock or other deps need C++:
3636 # sudo apt-get install -y g++-arm-linux-gnueabihf
37- - name : Build for arm-unknown-linux-gnueabihf
37+ - name : Run tests
3838 # Set environment variables for the cc crate
3939 env :
4040 CC_arm_unknown_linux_gnueabihf : arm-linux-gnueabihf-gcc
4141 AR_arm_unknown_linux_gnueabihf : arm-linux-gnueabihf-ar
4242 # If C++ is involved and you installed g++-arm-linux-gnueabihf:
4343 # CXX_arm_unknown_linux_gnueabihf: arm-linux-gnueabihf-g++
44- run : cargo build --target=arm-unknown-linux-gnueabihf --verbose
45- # - run: cargo test --features rp
46- # - run: cargo test --features jem
47- - run : bash ./ci/script.sh
44+ run : |
45+ # - run: cargo test --features rp
46+ # - run: cargo test --features jem
47+ bash ./ci/script.sh
4848
4949 ci_macos :
5050 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments