1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

checker: add disallow none operations and range (#16584)

This commit is contained in:
Swastik Baranwal
2022-12-05 12:20:36 +05:30
committed by GitHub
parent ffc73bf643
commit ce06c2818d
5 changed files with 191 additions and 0 deletions

View File

@@ -116,6 +116,18 @@ jobs:
- name: Build VSL
run: |
echo "Installing dependencies"
sudo apt-get install --quiet -y --no-install-recommends \
gfortran \
libxi-dev \
libxcursor-dev \
mesa-common-dev \
liblapacke-dev \
libopenblas-dev \
libgc-dev \
libgl1-mesa-dev \
libopenmpi-dev \
opencl-headers
echo "Install VSL"
v install vsl
echo "Execute Tests using Pure V Backend"