Skip to content

Commit d80183b

Browse files
committed
hext-ci: remove tests for php and ruby
1 parent 03a00b9 commit d80183b

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

scripts/github-actions/ci/hext-ci.sh

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ LIBHEXTEXAMPLESD="$HEXTD/libhext/examples"
99
LIBHEXTBINDINGSD="$HEXTD/libhext/bindings"
1010

1111
sudo apt-get -q update
12-
sudo apt-get -y remove 'php8.*' || true
1312
sudo apt-get -q -y install cmake libgumbo-dev rapidjson-dev \
1413
libboost-regex-dev libboost-program-options-dev libgtest-dev \
1514
jq curl build-essential libpcre3-dev wget swig \
16-
cppcheck ruby ruby-dev
15+
cppcheck
1716

1817
BATSD=$(mktemp -d)
1918
cd "$BATSD"
@@ -78,16 +77,6 @@ export PATH="/home/runner/.local/bin:$PATH"
7877
pip install pytest
7978
PYTHONPATH=. pytest ../pytest
8079

81-
cd "$LIBHEXTBINDINGSD/php/build"
82-
cmake ..
83-
make $MAKE_FLAGS
84-
../test/blackbox.php.sh
85-
86-
cd "$LIBHEXTBINDINGSD/ruby/build"
87-
cmake ..
88-
make $MAKE_FLAGS
89-
../test/blackbox.rb.sh
90-
9180
cd "$LIBHEXTBINDINGSD/nodejs"
9281
npm install
9382
npx cmake-js --runtime=node build

0 commit comments

Comments
 (0)