Skip to content

Commit

Permalink
add test by xed
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Oct 11, 2024
1 parent 51dbb65 commit 2f0611f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: apt -y update
- run: apt -y install g++-multilib libboost-dev make nasm yasm
- run: apt -y install g++-multilib libboost-dev make nasm yasm wget
- run: make test
- run: make -C sample CXXFLAGS="-DXBYAK_NO_EXCEPTION"
- run: |
cd test
wget https://downloadmirror.intel.com/831748/sde-external-9.44.0-2024-08-22-lin.tar.xz
tar xvf sde-external-9.44.0-2024-08-22-lin.tar.xz
env XED=sde-external-9.44.0-2024-08-22-lin/xed64 make xed_test
1 change: 1 addition & 0 deletions test/test_by_xed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e
XED=${XED:=xed}
CXX=${CXX:=g++}
PYTHON=${PYTHON:=python3}
echo $XED

if [ $# -ne 1 ]; then
echo "./test_by_xed.sh <xbyak-cpp>"
Expand Down

0 comments on commit 2f0611f

Please sign in to comment.