mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-12 21:21:37 +01:00
Travis-CI: cleanup / new dir structure
This commit is contained in:
parent
77234b2b8d
commit
4dc5324e57
4 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: c
|
|||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: extras/build-tests/select-config $BUILDCONFIG && ./Config -quick && make
|
||||
script: extras/build-tests/nix/build $BUILDCONFIG
|
||||
env:
|
||||
- BUILDCONFIG=""
|
||||
- BUILDCONFIG="system-cares"
|
||||
|
|
7
extras/build-tests/nix/build
Executable file
7
extras/build-tests/nix/build
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
BUILDCONFIG="$1"
|
||||
|
||||
extras/build-tests/select-config $BUILDCONFIG && \
|
||||
./Config -quick && \
|
||||
make && \
|
||||
make install
|
Loading…
Add table
Add a link
Reference in a new issue