mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 11:37:00 -07:00
Refactored, simplified, and removed code; replaced cli header lib
- Reinitialized submodules - Slightly restructed project - Added more options to `compile.sh` script - Added more utility functions
This commit is contained in:
parent
d34243db74
commit
e48c54aa40
27 changed files with 564 additions and 3232 deletions
21
Jenkinsfile
vendored
21
Jenkinsfile
vendored
|
|
@ -1,21 +0,0 @@
|
|||
pipeline{
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build'){
|
||||
steps{
|
||||
echo 'Building...'
|
||||
}
|
||||
}
|
||||
stage('Test'){
|
||||
steps{
|
||||
echo 'Testing...'
|
||||
}
|
||||
}
|
||||
stage('Deploy'){
|
||||
steps{
|
||||
echo 'Deploying...'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue