mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-19 19:17:01 -07:00
-Added CI yaml file for workflows -Added `doctest` as dependency -Added test target executable to CMakeLists.txt -Renamed `bin` scripts to remove `gdpm*` prefix -Updated `SQLite 3` dependency in CMakeLists.txt -Implement basic unit testing in `tests/basic.cpp` -Fixed issue with handling `fmt` strings
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"
|
|
|