aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-10-13 15:52:26 +0900
committerMITSUNARI Shigeo <[email protected]>2024-10-13 15:52:26 +0900
commitd067f0d3f55696ae8bc9a25ad7012ee80f221d54 (patch)
treea0460a83bc2ad0c3e23814b42988c9398d4e3c74 /.github
parentb597cc450bbc31499efe3b699af69a0cef696023 (diff)
parent7c540206d168012b5e151769b2be1681cf07c175 (diff)
downloadxbyak-d067f0d3f55696ae8bc9a25ad7012ee80f221d54.tar.gz
xbyak-d067f0d3f55696ae8bc9a25ad7012ee80f221d54.zip
Merge branch 'dev'v7.10
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 814a85b..3d520a3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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 xz-utils python3
- 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