Skip to content

Commit

Permalink
Merge pull request #110 from LORD-MicroStrain/experiment/restructure
Browse files Browse the repository at this point in the history
Merge Experiment/restructure to develop
  • Loading branch information
microstrain-sam authored Sep 20, 2024
2 parents 65a7b37 + 8cc9b91 commit 8a814ec
Show file tree
Hide file tree
Showing 224 changed files with 57,138 additions and 34,724 deletions.
61 changes: 0 additions & 61 deletions .devcontainer/Dockerfile.centos

This file was deleted.

8 changes: 5 additions & 3 deletions .devcontainer/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ docker run \
mkdir ${docker_project_dir}/${build_dir_name}; \
cd ${docker_project_dir}/${build_dir_name}; \
cmake ${docker_project_dir} \
-DBUILD_PACKAGE=ON; \
cmake --build . -j; \
-DMICROSTRAIN_BUILD_EXAMPLES=ON \
-DMICROSTRAIN_BUILD_PACKAGE=ON \
-DCMAKE_BUILD_TYPE=RELEASE; \
cmake --build . -j$(nproc); \
cmake --build . --target package; \
"
"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ int/
.idea/
.vs/

src/mip/mip_version.h
src/c/mip/mip_version.h
Loading

0 comments on commit 8a814ec

Please sign in to comment.