Skip to content

Commit 9847fd4

Browse files
committed
improve xmake.sh
1 parent 930be83 commit 9847fd4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/macos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
# WyriHaximus/github-action-get-previous-tag@master need it
2626
fetch-depth: 0
2727
submodules: true
28+
29+
- name: Tests
30+
run: |
31+
pkg-config --libs ncurses
32+
pkg-config --cflags ncurses
33+
2834
- name: Prepare local xmake
2935
run: cp -rf . ../xmake-source
3036
- uses: xmake-io/github-action-setup-xmake@v1

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
xmake_sh_projectdir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
2626
xmake_sh_builddir="build"
2727
xmake_sh_version="1.0.5"
28-
xmake_sh_verbose=false
29-
xmake_sh_diagnosis=false
28+
xmake_sh_verbose=true
29+
xmake_sh_diagnosis=true
3030
xmake_sh_copyright="Copyright (C) 2022-present Ruki Wang, https://xmake.io."
3131
xmake_sh_makefile="${xmake_sh_projectdir}/Makefile"
3232
xmake_sh_ninjafile="${xmake_sh_projectdir}/build.ninja"

0 commit comments

Comments
 (0)