
Pier Angelo Vendrame pushed to branch tor-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: 583b1391 by Beatriz Rizental at 2025-01-14T19:49:35+01:00 fixup! Add CI for Tor Browser - - - - - 1 changed file: - .gitlab/ci/jobs/startup-test/startup-test.yml Changes: ===================================== .gitlab/ci/jobs/startup-test/startup-test.yml ===================================== @@ -11,7 +11,7 @@ # - x86-win11 # script: # - ./mach python testing/mozbase/setup_development.py -# - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform windows --arch x86_64 --browser tor +# - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform windows --arch x86_64 --browser $BROWSER # rules: # - if: $CI_PIPELINE_SOURCE == "schedule" @@ -28,7 +28,7 @@ # - x86-macos # script: # - ./mach python testing/mozbase/setup_development.py -# - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform macos --arch x86_64 --browser tor +# - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform macos --arch x86_64 --browser $BROWSER # rules: # - if: $CI_PIPELINE_SOURCE == "schedule" @@ -46,6 +46,6 @@ startup-test-linux: - Xvfb :99 -screen 0 1400x900x24 & - export DISPLAY=:99 - ./mach python testing/mozbase/setup_development.py - - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform linux --arch x86_64 --browser tor + - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform linux --arch x86_64 --browser $BROWSER rules: - if: $CI_PIPELINE_SOURCE == "schedule" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/583b1391... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/583b1391... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)