Skip to content

Commit

Permalink
Cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Jan 10, 2020
1 parent 14ef8fd commit bbce284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
command: createdb root
# - run:
# name: Build using CMake
# command: (SRC="$(pwd)" && mkdir /tmp/build && cd /tmp/build && cmake "$SRC" && make -j4)
# command: (SRC="$(pwd)" && mkdir /tmp/build && cd /tmp/build && cmake "$SRC" -DBUILD_SHARED_LIBS=1 && make -j4)
- run:
name: Autogen
command: NOCONFIGURE=1 ./autogen.sh
Expand Down

0 comments on commit bbce284

Please sign in to comment.