Skip to content

Commit

Permalink
Refactor the build system (vesoft-inc#107)
Browse files Browse the repository at this point in the history
* Refactor build

* Suppress -Wmissing-field-initializers

* Fix CI

* Fix linking
  • Loading branch information
dutor authored Aug 10, 2020
1 parent d41e7fc commit b309300
Show file tree
Hide file tree
Showing 33 changed files with 110 additions and 1,415 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ jobs:
-B build
;;
esac
- name: Make common
run: cmake --build modules/common/ -j $(nproc)
- name: Make storage
run: cmake --build build/ -j $(nproc)
- name: CTest
Expand Down
Loading

0 comments on commit b309300

Please sign in to comment.