Skip to content

Commit

Permalink
[Build]: Created build script for MetaModelica (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Feb 18, 2020
1 parent c6acd16 commit 6d7fbbd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.log
14 changes: 14 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@info("MetaModelica: Starting build script")

using Pkg

# Add dependencies
function buildDeps()
Pkg.add("DataStructures")
Pkg.add("MacroTools")
Pkg.add("ImmutableList")
@info("Build all dependencies succesfull")
end

buildDeps()
@info("MetaModelica: Finished build script")

0 comments on commit 6d7fbbd

Please sign in to comment.