添加 .github/workflows/firefox_benchmark.yaml
This commit is contained in:
parent
d150b7e0b5
commit
309cf50d14
14
.github/workflows/firefox_benchmark.yaml
vendored
Normal file
14
.github/workflows/firefox_benchmark.yaml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user