* Removed: `clicon_exit_reset()` * Changed: `clicon_exit_set()` --> `clixon_exit_set(int nr)` * Changed: `clicon_exit_get()` --> `clixon_exit_get()` * native restconf special case upgrade handling from http/1 -> http/2 and restconf restart: delay the restart using event exit counter
13 lines
434 B
YAML
13 lines
434 B
YAML
language: c
|
|
# safelist
|
|
os: linux
|
|
arch: amd64
|
|
branches:
|
|
only:
|
|
- master
|
|
script: ./configure --with-restconf=fcgi && make && sudo make install && make test
|
|
before_script:
|
|
- sudo apt-get install -y libfcgi-dev
|
|
# - if [[ -n "${DOCKERUSER}" ]]; then echo "$DOCKERPASSWD" | docker login -u "$DOCKERUSER" --password-stdin; fi
|
|
- echo "$DOCKERPASSWD" | docker login -u "$DOCKERUSER" --password-stdin
|
|
- ./test/travis/before_script.sh
|