try updating the system and reinstalling gcc
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9917cd31f0
commit
2df83e7c3b
17
.drone.yml
17
.drone.yml
@ -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
|
kind: pipeline
|
||||||
name: testing-amd64
|
name: testing-amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user