buildtest/.github/workflows/firefox_benchmark.yaml

14 lines
258 B
YAML
Raw Normal View History

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