Add g++ to drone build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2021-01-02 12:06:45 +01:00
parent 66e8b9cdd9
commit c56536f3e9

View file

@ -15,6 +15,6 @@ steps:
- name: build
image: alpine:latest
commands:
- apk add --update gcc musl-dev make cmake
- apk add --update gcc g++ musl-dev make cmake
- make
...