Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
This commit is contained in:
commit
6e95caa6d6
2 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
os: linux
|
||||
dist: bionic
|
||||
dist: focal
|
||||
arch: amd64
|
||||
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
@ -104,3 +104,4 @@ configure_file(
|
|||
|
||||
add_custom_target(purge
|
||||
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_MODULE_PATH}/cmake_purge.cmake)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue