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

Update .gitlab-ci.yml file

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