ci: add new explict job 'install-modules', to test 'v install'

This commit is contained in:
Delyan Angelov 2020-05-20 12:20:06 +03:00
parent ac396ea02f
commit ebb3f4e402
2 changed files with 13 additions and 1 deletions

View file

@ -318,3 +318,16 @@ jobs:
run: ./v -cc g++-9 test-fixed
- name: V self compilation with g++
run: ./v -cc g++-9 -o v2 cmd/v && ./v2 -cc g++-9 -o v3 cmd/v
install-modules:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install --quiet -y libssl-dev
- name: Build V
run: make -j4
- name: Installing V modules
run: |
./v install ui
./v install nedpals.args