mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: define TERMUX_VERSION in .github/workflows/termux_ci.yml instead of using -os termux
, to make the emulation closer to a real Termux (#25128)
Some checks are pending
Workflow Lint / lint-yml-workflows (push) Waiting to run
Some checks are pending
Workflow Lint / lint-yml-workflows (push) Waiting to run
This commit is contained in:
parent
4f8a3dafb3
commit
a534a9fd5c
1 changed files with 6 additions and 2 deletions
8
.github/workflows/termux_ci.yml
vendored
8
.github/workflows/termux_ci.yml
vendored
|
@ -38,11 +38,15 @@ jobs:
|
||||||
cp -r /src ~/vproject; cd ~/vproject
|
cp -r /src ~/vproject; cd ~/vproject
|
||||||
touch inside_docker.txt
|
touch inside_docker.txt
|
||||||
ls -la
|
ls -la
|
||||||
|
git log -n4
|
||||||
|
echo "previous TERMUX_VERSION: $TERMUX_VERSION"
|
||||||
|
export TERMUX_VERSION=0.118.3
|
||||||
|
echo "explicit TERMUX_VERSION: $TERMUX_VERSION"
|
||||||
.github/workflows/retry.sh pkg update -y
|
.github/workflows/retry.sh pkg update -y
|
||||||
.github/workflows/retry.sh pkg install -y clang libexecinfo libgc libgc-static make git
|
.github/workflows/retry.sh pkg install -y clang libexecinfo libgc libgc-static make git
|
||||||
git log -n4
|
VFLAGS="-cc cc" make
|
||||||
VFLAGS="-cc cc -os termux" make
|
|
||||||
./v symlink
|
./v symlink
|
||||||
v run examples/hello_world.v
|
v run examples/hello_world.v
|
||||||
v run examples/primes.v
|
v run examples/primes.v
|
||||||
|
v -e "import os; dump( os.user_os() )"
|
||||||
'
|
'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue