try updating the system and reinstalling gcc
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-04-12 23:47:48 +02:00
parent 9917cd31f0
commit 2df83e7c3b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,3 +1,20 @@
---
kind: pipeline
name: gcc
platform:
arch: amd64
steps:
- name: build
pull: always
image: immawanderer/archlinux-cdev:latest
commands:
- pacman -Syu --noconfirm --needed gcc cmake
- cmake CMakeLists.txt
- make
---
kind: pipeline
name: testing-amd64