Skip to content

Commit

Permalink
Cirrus: Install system files in FreeBSD build jobs
Browse files Browse the repository at this point in the history
Since we should check, if installing system files works correctly, we
enable the option `INSTALL_SYSTEM_FILES` in our FreeBSD build jobs
again.
  • Loading branch information
sanssecours committed Aug 2, 2019
1 parent 1639e98 commit 3038e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Expand Up @@ -24,6 +24,7 @@ bsd_task:
- > # We use `-std=c11`, since the header `math.h` on FreeBSD requires C11 features
cmake
-DBINDINGS='ALL;-io_glib'
-DINSTALL_SYSTEM_FILES=ON
-DCMAKE_SKIP_INSTALL_RPATH=ON
-DCOMMON_FLAGS=-Werror
-DC_STD=-std=c11
Expand Down

0 comments on commit 3038e0d

Please sign in to comment.