mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
- Reinitialized submodules - Slightly restructed project - Added more options to `compile.sh` script - Added more utility functions
17 lines
180 B
YAML
17 lines
180 B
YAML
os: linux
|
|
language: cpp
|
|
compiler: clang
|
|
|
|
env:
|
|
- ARCH_TRAVIS_VERBOSE=1
|
|
|
|
archlinux:
|
|
repos:
|
|
packages:
|
|
- base-devel
|
|
- git
|
|
- yay
|
|
|
|
script:
|
|
- "bin/compile.sh"
|
|
|