Skip to content

Commit

Permalink
[CI][Examples] Fix CI again and correct typo in examples documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
meshtag committed Dec 20, 2023
1 parent cb2545a commit 294cf71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/TestBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,7 @@ on:
jobs:
build:

matrix:
include:
- toolset: clang
cxxstd: "14,17"
os: ubuntu-20.04
- toolset: gcc-10
cxxstd: "14,17"
os: ubuntu-20.04
install: g++-10
- toolset: clang
cxxstd: "14,17"
os: macos-11

runs-on: ${{matrix.os}}
runs-on: self-hosted

steps:
- name: Checkout
Expand Down
5 changes: 2 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ This example can also show the "magic" of AutoConfig mechanism that can help you
To generate build files for these examples

```
cd buddy-mlir/build
cmake -G Ninja .. -DBUDDY_EXAMPLES=ON -DBUDDY_ENABLE_OPENCV=ON -DBUDDY_MLIR_ENABLE_DIP_LIB=ON
$ cd buddy-mlir/build
$ cmake -G Ninja .. -DBUDDY_EXAMPLES=ON -DBUDDY_ENABLE_OPENCV=ON -DBUDDY_MLIR_ENABLE_DIP_LIB=ON
```

```
Expand Down Expand Up @@ -141,7 +141,6 @@ $ ./rotation2D ../../examples/images/YuTu.png result-dip-rotate.png
- Resize example:
```
$ cd buddy-mlir/build
$ cmake -G Ninja .. -DBUDDY_EXAMPLES=ON -DBUDDY_ENABLE_OPENCV=ON
$ ninja resize2D
$ cd bin
$ ./resize2D ../../examples/images/YuTu.png result-dip-resize.png
Expand Down

0 comments on commit 294cf71

Please sign in to comment.