diff options
author | 2016-12-31 18:38:24 -0500 | |
---|---|---|
committer | 2016-12-31 18:38:24 -0500 | |
commit | 6fce8d4c51f9178faf9f5dff8aebedaa59d2df78 (patch) | |
tree | 4dcda81a27770b940d23bb08dfb57e219655d555 | |
parent | 3fae77d5a1d8807798f61887352fa181503359ac (diff) | |
download | cortex-m-6fce8d4c51f9178faf9f5dff8aebedaa59d2df78.tar.gz cortex-m-6fce8d4c51f9178faf9f5dff8aebedaa59d2df78.tar.zst cortex-m-6fce8d4c51f9178faf9f5dff8aebedaa59d2df78.zip |
generate-lockfile
-rw-r--r-- | ci/script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh index 5b836d2..82b3a1d 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -1,6 +1,8 @@ set -ex main() { + cargo generate-lockfile + case $TARGET in thumbv*-none-eabi*) cross build --target $TARGET |