添加 .github/workflows/firefox_benchmark.yaml
Some checks failed
Build / build (push) Has been cancelled
Build_Firefox / build (push) Failing after 50s

This commit is contained in:
forever 2024-11-01 15:54:19 +08:00
parent d150b7e0b5
commit 309cf50d14

View File

@ -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