Skip to content

Commit

Permalink
Add CircleCI gcc-8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 13, 2019
1 parent 5675e73 commit 569b172
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@ jobs:
ls -l nnn
make clean
gcc-8:
docker:
- image: ubuntu:18.04
working_directory: ~/nnn
environment:
CC: gcc-8
CI_FORCE_TEST: 1
steps:
- run:
command: |
apt update -qq
apt install -y --no-install-recommends git gcc-8 make pkg-config libncursesw5-dev libreadline-dev
- checkout
- run:
command: |
export CFLAGS=-Werror
make clean
make strip
ls -l nnn
make clean
package-and-publish:
machine: true
working_directory: ~/nnn
Expand All @@ -45,6 +66,7 @@ workflows:
test:
jobs: &all-tests
- gcc
- gcc-8

nightly:
triggers:
Expand Down

0 comments on commit 569b172

Please sign in to comment.