We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3ef0c commit c5c4039Copy full SHA for c5c4039
west-ci.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
3
# setup our build environment
4
+echo "$PWD"
5
+ls -al bacnet
6
west --version
-west init -l --mf ./west-ci.yml .
7
+west init -l --mf bacnet/west-ci.yml .
8
west update > /dev/null 2>&1
0 commit comments