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 9898
9999 - name : GNU build test
100100 run : |
101- make -CRIOT/examples/hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
101+ make -CRIOT/examples/basic/ hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
102102 env :
103103 BUILD_IN_DOCKER : 1
104104 DOCKER_IMAGE : ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
@@ -122,7 +122,7 @@ jobs:
122122
123123 - name : LLVM build test
124124 run : |
125- make -CRIOT/examples/hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
125+ make -CRIOT/examples/basic/ hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
126126 env :
127127 TOOLCHAIN : llvm
128128 BUILD_IN_DOCKER : 1
@@ -134,9 +134,9 @@ jobs:
134134 # Some of the above are executed by root, creating ~/.cargo/git as
135135 # that user, blocking downloads of own libraries.
136136 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
138138 # 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
140140 env :
141141 BUILD_IN_DOCKER : 1
142142 DOCKER_IMAGE : ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
You can’t perform that action at this time.
0 commit comments