Skip to content
Snippets Groups Projects
Commit acac8f18 authored by dwn1c21's avatar dwn1c21
Browse files

Update .gitlab-ci.yml file

parent ed6e7a07
No related branches found
No related tags found
No related merge requests found
Pipeline #11540 failed
...@@ -35,7 +35,7 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -35,7 +35,7 @@ build-job: # This job runs in the build stage, which runs first.
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..
- make nanosoc_demo -j16 - make all -j16
- echo "Compile complete." - echo "Compile complete."
tags: tags:
- ARM_GCC - ARM_GCC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment