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
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -11,5 +11,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