added L1 and L2 badges #676
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Build" | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "actions/checkout@master" | |
with: | |
submodules: recursive | |
- name: "Build" | |
uses: docker://josejulio/hypha-builder:release_1.8.x | |
with: | |
args: " -j2 VERBOSE=1 " | |
env: | |
CODE: "/github/workspace/" | |
PATCH_WASM_LD: "1" |