Skip to content
Snippets Groups Projects

Change script commands frm echo to cmake

Closed Pawel Stankiewicz requested to merge (removed):main into main
1 file
+ 8
2
Compare changes
  • Side-by-side
  • Inline
+ 8
2
#
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
default:
interruptible: true
@@ -11,5 +17,5 @@ build:
before_script:
- apt update && apt -y install make cmake libcoap3-dev build-essential
script:
- echo "mkdir build && cd build"
- echo "cmake .. && make"
- mkdir build && cd build
- cmake .. && make
Loading