Skip to content
Snippets Groups Projects

Change ci image to ubuntu

Closed Pawel Stankiewicz requested to merge (removed):main into main
Files
2
+ 4
4
@@ -4,12 +4,12 @@ default:
stages:
- build
image: gcc
image: ubuntu:22.04
build:
stage: build
before_script:
- apt update && apt -y install make cmake libcoap3-dev
- apt update && apt -y install make cmake libcoap3-dev build-essential
script:
- mkdir build && cd build
- cmake .. && make
- echo "mkdir build && cd build"
- echo "cmake .. && make"
Loading