mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib: add a TTF font loader and render in x.ttf (#7995)
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -147,9 +147,15 @@ jobs:
|
||||
- name: Build V
|
||||
run: |
|
||||
make CC=clang
|
||||
- name: Show PWD and Environment
|
||||
run: |
|
||||
echo "PWD:"
|
||||
pwd
|
||||
echo "ENVIRONMENT"
|
||||
env
|
||||
- name: Test V fixed tests
|
||||
run: |
|
||||
v -silent test-fixed
|
||||
./v -silent test-fixed
|
||||
|
||||
macos:
|
||||
runs-on: macOS-latest
|
||||
|
||||
Reference in New Issue
Block a user