From 3669ad6c3c28f7094f88a667788a3013b62a84a0 Mon Sep 17 00:00:00 2001 From: Gabriel Poesia Date: Tue, 5 Jul 2016 11:24:44 -0300 Subject: [PATCH] Add ./mach build-stable to linux-dev builder. --- buildbot/master/files/config/steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbot/master/files/config/steps.yml b/buildbot/master/files/config/steps.yml index ff911f33..980858bf 100644 --- a/buildbot/master/files/config/steps.yml +++ b/buildbot/master/files/config/steps.yml @@ -35,6 +35,7 @@ linux-dev: - ./mach test-unit - ./mach build-cef - ./mach build-geckolib + - ./mach build-stable --dev - bash ./etc/ci/lockfile_changed.sh - bash ./etc/ci/manifest_changed.sh - bash ./etc/ci/check_no_unwrap.sh