build: don't include cmake modules in this repository

The cmake module is for this project's parent. We only need it for
building and testing directly so we clone it during the testing phase.
This commit is contained in:
Danny Robson 2018-07-24 16:16:53 +10:00
parent f42ae40fcb
commit 826f9331cc
3 changed files with 1 additions and 4 deletions

View File

@ -12,6 +12,7 @@ build:
- pacman --noconfirm -Sy
- pacman --noconfirm -S python3 gcc ninja cmake ragel git
script:
- git clone git://git.nerdcruft.net/cmake
- mkdir build && cd build
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DLTO=ON -DTESTS=ON
- ninja

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "cmake"]
path = cmake
url = git://git.nerdcruft.net/cmake

1
cmake

@ -1 +0,0 @@
Subproject commit 1c5ded53b31d695f01c4d1d666966336a855a53b