aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <japaricious@gmail.com> 2016-12-31 18:38:24 -0500
committerGravatar Jorge Aparicio <japaricious@gmail.com> 2016-12-31 18:38:24 -0500
commit6fce8d4c51f9178faf9f5dff8aebedaa59d2df78 (patch)
tree4dcda81a27770b940d23bb08dfb57e219655d555
parent3fae77d5a1d8807798f61887352fa181503359ac (diff)
downloadcortex-m-6fce8d4c51f9178faf9f5dff8aebedaa59d2df78.tar.gz
cortex-m-6fce8d4c51f9178faf9f5dff8aebedaa59d2df78.tar.zst
cortex-m-6fce8d4c51f9178faf9f5dff8aebedaa59d2df78.zip
generate-lockfile
-rw-r--r--ci/script.sh2
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