Loading .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line #### # DO NOT EDIT THIS FILE IN MASTER. ONLY EDIT IT IN THE OLDEST SUPPORTED # BRANCH, THEN MERGE FORWARD. #### # This file controls how gitlab validates Tor commits and merge requests. # # It is primarily based on a set of scripts and configurations by Loading scripts/ci/ci-driver.sh +5 −0 Original line number Diff line number Diff line #!/bin/bash #### # DO NOT EDIT THIS FILE IN MASTER. ONLY EDIT IT IN THE OLDEST SUPPORTED # BRANCH, THEN MERGE FORWARD. #### # This script is used to build Tor for continuous integration. It should # be kept the same for all supported Tor versions. # Loading Loading
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line #### # DO NOT EDIT THIS FILE IN MASTER. ONLY EDIT IT IN THE OLDEST SUPPORTED # BRANCH, THEN MERGE FORWARD. #### # This file controls how gitlab validates Tor commits and merge requests. # # It is primarily based on a set of scripts and configurations by Loading
scripts/ci/ci-driver.sh +5 −0 Original line number Diff line number Diff line #!/bin/bash #### # DO NOT EDIT THIS FILE IN MASTER. ONLY EDIT IT IN THE OLDEST SUPPORTED # BRANCH, THEN MERGE FORWARD. #### # This script is used to build Tor for continuous integration. It should # be kept the same for all supported Tor versions. # Loading