mirror of
https://github.com/vlang/v.git
synced 2025-09-16 10:57:25 -04:00
ci: add https://github.com/DarpHome/discord.v/ to v_apps_and_modules_compile_ci.yml (#20337)
This commit is contained in:
parent
ae82b67ef5
commit
54ff7a2d26
@ -27,6 +27,15 @@ jobs:
|
||||
sudo apt-get install --quiet -y libgc-dev libsodium-dev libssl-dev sqlite3 libsqlite3-dev libfreetype6-dev libxi-dev libxcursor-dev libgl-dev xfonts-75dpi xfonts-base
|
||||
sudo apt-get install --quiet -y --no-install-recommends sassc libgit2-dev ## needed by gitly
|
||||
|
||||
- name: Test discord.v
|
||||
run: |
|
||||
echo "Clone https://github.com/DarpHome/discord.v/"
|
||||
git clone https://github.com/DarpHome/discord.v/ discord && cd discord
|
||||
echo "Checkout last known good commit"
|
||||
git checkout 3b243977f00736ee62cf3af85aa7ff6c4c8c0269
|
||||
echo "Execute Tests"
|
||||
v test .
|
||||
|
||||
- name: Build vlang/vab
|
||||
run: |
|
||||
echo "Install VAB"
|
||||
|
Loading…
x
Reference in New Issue
Block a user