Revision b45caa8d7500b508d364801f1eccfd292065d0d6 authored by Alex Reinking on 17 May 2021, 23:48:48 UTC, committed by GitHub on 17 May 2021, 23:48:48 UTC
* Fix CMake & packaging glitches for Ubuntu package.

* Add Ubuntu packaging scripts and presets.

* Add GHA workflow to test packaging and usage on Ubuntu

* Address review comments.
1 parent e711235
Raw File
.clang-format-ignore
# .clang-format-ignore
./bin
./build
./cmake_build
./cmake_build_static
./cmake_build_shared
./distrib
./doc
./include
./lib
# Our tutorials have special formatting: skip them
./tutorial
# hexagon_remote/bin/src is also special
./src/runtime/hexagon_remote/bin/src
back to top