- Add source codes in
xcap-sample-repo
(renamed to your project name) - Add tests in
test
and modifytest/CMakeLists.txt
Add dependencies inspack-repo/packages/xcap-sample-repo/package.py
and neededCMakeLists.txt
andcmake/*-config.cmake.in
Note: Remember to changexcap-sample-repo
folder name andXcapSampleRepo
class name inpackage.py
toyour-project-name
andYourProjectName
, respectively
- Add documentations in
doc/sphinx
and enablepages_check
andpages
in.gitlab-ci.yml
by taking out the.
in front of the job name - Add formatting criteria in
.clang-format
and enableformat
in.gitlab-ci.yml
by taking out the.
in front of the job name- Note: you may also want to change the
<PROJECT_NAME>_CLANG_FORMAT_VERSION
variable at the top of.gitlab-ci.yml
to get the clang module version your project needs
- Note: you may also want to change the
Replace all instances ofxcap-sample-repo
in file/folder name or in the files with your project name
This software has been approved for open source release and has been assigned O4852 by the Feynman Center for Innovation at Los Alamos National Laboratory.
Please see LICENSE file included in this repository.