10 lines
79 B
Bash
Executable File
10 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd ci || exit
|
|
|
|
cargo build
|
|
|
|
popd || exit
|
|
|
|
./ci/target/debug/ci
|