diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2019-02-20 17:42:59 -0600 |
---|---|---|
committer | Jan-Michael Brummer <jan.brummer@tabos.org> | 2019-02-24 17:23:04 +0000 |
commit | ca58a4243180873210265e9b9509edcc52662756 (patch) | |
tree | 12baa359c1d9122533185877147329ed51aa4d69 /.gitlab-ci.yml | |
parent | 5eff78d663c6e248ff68380c7e35b2af5b771ec3 (diff) | |
download | epiphany-ca58a4243180873210265e9b9509edcc52662756.tar.gz |
Don't run Safe Browsing test by default
Require opt-in to run network tests.
Our CI has network, so we'll run it there.
Fixes #684
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80882efb7..4bbaf9228 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ flatpak: FLATPAK_MODULE: 'epiphany' # Make sure to keep this in sync with the Flatpak manifest, all arguments # are passed except the config-args because we build it ourselves - MESON_ARGS: '-Dunit_tests=true' + MESON_ARGS: '-Dunit_tests=true -Dnetwork_tests=true' APP_ID: 'org.gnome.Epiphany' review: @@ -20,4 +20,4 @@ review: extends: '.review' stop_review: - extends: '.stop_review'
\ No newline at end of file + extends: '.stop_review' |