14 lines
266 B
YAML
14 lines
266 B
YAML
name: Build_Firefox
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: 测试
|
|
run: |
|
|
sudo apt update && sudo apt -y install mercurial
|
|
hg clone https://hg.mozilla.org/mozilla-central/
|
|
cd mozilla-central
|
|
./mash bootstrap |