ci: test v up

pull/7462/head
Alexander Medvednikov 2020-12-22 11:59:15 +01:00
parent c11928260d
commit 1b39408eb6
1 changed files with 6 additions and 0 deletions

View File

@ -295,6 +295,12 @@ jobs:
../../vprod -backend x64 -o 1m 1m.v
echo "Running it..."
ls
- name: v up
run: |
git reset --hard HEAD~5
./v up
./v -o v2 cmd/v && ./v2 -o v3 cmd/v
# - name: SDL examples
# run: git clone --depth 1 https://github.com/vlang/sdl && cd sdl