From 309cf50d14796b3882801c08fcb2f8a09bfdef53 Mon Sep 17 00:00:00 2001 From: forever Date: Fri, 1 Nov 2024 15:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.github/workflows/firefox?= =?UTF-8?q?=5Fbenchmark.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/firefox_benchmark.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/firefox_benchmark.yaml diff --git a/.github/workflows/firefox_benchmark.yaml b/.github/workflows/firefox_benchmark.yaml new file mode 100644 index 0000000..c3e7fcc --- /dev/null +++ b/.github/workflows/firefox_benchmark.yaml @@ -0,0 +1,14 @@ +name: Build_Firefox + +on: push + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: 测试 + run: | + sudo apt update && sudo apt -y mercurial + hg clone https://hg.mozilla.org/mozilla-central/ + cd mozilla-central + ./mash bootstrap \ No newline at end of file