Skip to content

add --json flag for uenv view that ouputs the env. vars. as json #170

add --json flag for uenv view that ouputs the env. vars. as json

add --json flag for uenv view that ouputs the env. vars. as json #170

Workflow file for this run

name: builds
on: [push, pull_request]
jobs:
makefile:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: setup
run: |
# create the mount points
sudo mkdir /user-environment
sudo mkdir /user-tools
# create the test environment
./test/setup --full
- name: test
run: |
# run the tests
./test/test --verbose