Switch to werror-enabled CircleCI image

pull/2757/head
Jason Petersen 2019-06-18 14:42:58 -07:00
parent 4bfcf5b665
commit cdaca7297c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ orbs:
jobs: jobs:
build: build:
docker: docker:
- {image: 'citusdata/extbuilder:latest'} - {image: 'citusdata/extbuilder:werror'}
steps: steps:
- checkout - checkout
- {run: {name: 'Configure, Build, and Install', command: build-ext}} - {run: {name: 'Configure, Build, and Install', command: build-ext}}