Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop

This commit is contained in:
relesgoe 2020-09-19 17:12:22 -07:00
commit 6e95caa6d6
2 changed files with 5 additions and 2 deletions

View file

@ -1,9 +1,11 @@
os: linux
dist: bionic
dist: focal
arch: amd64
language: cpp
compiler: gcc
compiler:
- clang
- gcc
branches:
only:

View file

@ -104,3 +104,4 @@ configure_file(
add_custom_target(purge
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_MODULE_PATH}/cmake_purge.cmake)