]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Travis: enable all possible features
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 11 Jun 2019 17:58:23 +0000 (14:58 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 11 Jun 2019 17:58:23 +0000 (14:58 -0300)
Several of those are arm-specific, but, as the goal here is just
to compile-test, enable them all.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
.travis.yml

index 30e5bf16ba6866880bf2427d5d069d80783ed73f..fbf144425eecadcfd3e35332aeffa42b829396bd 100644 (file)
@@ -20,7 +20,8 @@ before_install:
 - sudo apt-get install -y sqlite3
 install:
 - autoreconf -vfi
-- ./configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report --enable-devlink
+- ./configure --enable-sqlite3 --enable-aer --enable-non-standard --enable-arm --enable-mce --enable-extlog --enable-devlink --enable-abrt-report --enable-hisi-ns-decode
+
 script:
 - make && sudo make install
 after_script: