File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 98
98
99
99
- name : GNU build test
100
100
run : |
101
- make -CRIOT/examples/hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
101
+ make -CRIOT/examples/basic/ hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
102
102
env :
103
103
BUILD_IN_DOCKER : 1
104
104
DOCKER_IMAGE : ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
@@ -122,7 +122,7 @@ jobs:
122
122
123
123
- name : LLVM build test
124
124
run : |
125
- make -CRIOT/examples/hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
125
+ make -CRIOT/examples/basic/ hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
126
126
env :
127
127
TOOLCHAIN : llvm
128
128
BUILD_IN_DOCKER : 1
@@ -134,9 +134,9 @@ jobs:
134
134
# Some of the above are executed by root, creating ~/.cargo/git as
135
135
# that user, blocking downloads of own libraries.
136
136
rm -rf ~/.cargo
137
- make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
137
+ make -CRIOT/examples/lang_support/official/ rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
138
138
# TODO: temporarily disabled (sock_udp.h not found)
139
- #make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
139
+ #make -CRIOT/examples/lang_support/official/ rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
140
140
env :
141
141
BUILD_IN_DOCKER : 1
142
142
DOCKER_IMAGE : ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
You can’t perform that action at this time.
0 commit comments