drone: kick fedora hard in the ass

This commit is contained in:
nick black 2020-12-17 15:46:18 -05:00
parent 0a021fce1c
commit ded14ac190
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -39,25 +39,6 @@ steps:
- make -j2
- env TERM=xterm ctest
---
#kind: pipeline
#type: docker
#name: ubuntu-focal
#
#steps:
#- name: ubuntu-build
# image: dankamongmen/groovy:2020-11-21a
# commands:
# - export LANG=en_US.UTF-8
# - mkdir build
# - cd build
# - cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_MULTIMEDIA=none ..
# - make -j2
# - env TERM=xterm ctest
# - make install
# - ldconfig
# - cd ../cffi
# - python3 setup.py sdist build
#---
kind: pipeline
type: docker
name: fedora-rawhide
@ -78,3 +59,22 @@ steps:
- rustc --version
- cargo build
- env TERM=xterm cargo t_all
#---
#kind: pipeline
#type: docker
#name: ubuntu-focal
#
#steps:
#- name: ubuntu-build
# image: dankamongmen/groovy:2020-11-21a
# commands:
# - export LANG=en_US.UTF-8
# - mkdir build
# - cd build
# - cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_MULTIMEDIA=none ..
# - make -j2
# - env TERM=xterm ctest
# - make install
# - ldconfig
# - cd ../cffi
# - python3 setup.py sdist build