Skip to content

support pico as an editor too #7

support pico as an editor too

support pico as an editor too #7

Workflow file for this run

name: Build with Latest V
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Clone and Build latest V
run: |
git clone https://github.com/vlang/v
cd v
make
pwd
ls -lart .
- name: Build veditline
run: pwd && v/v -showcc .
- name: Test veditline --install
run: ./veditline --install vjed vemacs vvim vkate