Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 883 Bytes

READMEDEV.org

File metadata and controls

25 lines (18 loc) · 883 Bytes

README for developers

This page is dedicated to rules and conventions that AL4SAN’s developers must follow and that should be read by contributors.

1 Gitlab flow: how to contribute to AL4SAN

Please read and follow guidelines given in the CONTRIBUTING file.

1.1 Update submodules

AL4SAN git project depends on a “submodule” git, located in cmake_modules/al4san_cmake and hosted here

To update this submodule to the last development state, follow these steps:

git submodule update --remote cmake_modules/al4san_cmake
git commit cmake_modules/al4san_cmake -m "update al4san_cmake submodule"
git push --recurse-submodules=check