Skip to content

Make README.md more readable #15

Make README.md more readable

Make README.md more readable #15

Workflow file for this run

name: Build with Buck
on: [push]
jobs:
build:
runs-on: ubuntu-20.04 # Not latest, because python3.6 is not available on latest
# https://github.com/actions/setup-python/issues/544
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Prepare artifact store
run: mkdir -p ./buck-out/gen
- name: Build ubuntu18to20
id: build
uses: SandakovMM/build-with-buck@v2
with:
command: build
target: :ubuntu18to20
- name: Store result
uses: actions/upload-artifact@v3
with:
name: ubuntu18to20
path: ./buck-out/gen/ubuntu18to20