Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
8e2e8fea
Commit
8e2e8fea
authored
7 years ago
by
Brian Carrier
Browse files
Options
Downloads
Patches
Plain Diff
renamed CI / build scripts
parent
6a5d7183
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.travis.yml
+1
-3
1 addition, 3 deletions
.travis.yml
appveyor.yml
+2
-2
2 additions, 2 deletions
appveyor.yml
setupDevRepos.py
+0
-0
0 additions, 0 deletions
setupDevRepos.py
travis_build.sh
+0
-0
0 additions, 0 deletions
travis_build.sh
win32/updateAndBuildAll.py
+0
-0
0 additions, 0 deletions
win32/updateAndBuildAll.py
with
3 additions
and
5 deletions
.travis.yml
+
1
−
3
View file @
8e2e8fea
...
@@ -17,10 +17,8 @@ matrix:
...
@@ -17,10 +17,8 @@ matrix:
os
:
osx
os
:
osx
install
:
install
:
-
./
install-sleuthkit
.sh
-
./
travis_build
.sh
script
:
script
:
-
make check
-
make check
-
if test ${TRAVIS_OS_NAME} = "linux"; then cd release; ./release-unix.pl ci; fi
-
if test ${TRAVIS_OS_NAME} = "linux"; then cd release; ./release-unix.pl ci; fi
# NOTE: OS X doesn't have ant, so CI fails
This diff is collapsed.
Click to expand it.
appveyor.yml
+
2
−
2
View file @
8e2e8fea
...
@@ -32,8 +32,8 @@ services:
...
@@ -32,8 +32,8 @@ services:
-
postgresql95;
-
postgresql95;
build_script
:
build_script
:
-
python setup
Lib
s.py
-
python setup
DevRepo
s.py
-
python win32\updateBuild
Libs
.py -m
-
python win32\update
And
Build
All
.py -m
-
ps
:
ant -version
-
ps
:
ant -version
-
ps
:
pushd bindings/java
-
ps
:
pushd bindings/java
-
cmd
:
ant dist-PostgreSQL
-
cmd
:
ant dist-PostgreSQL
...
...
This diff is collapsed.
Click to expand it.
setup
Lib
s.py
→
setup
DevRepo
s.py
+
0
−
0
View file @
8e2e8fea
File moved
This diff is collapsed.
Click to expand it.
install-sleuthkit
.sh
→
travis_build
.sh
+
0
−
0
View file @
8e2e8fea
File moved
This diff is collapsed.
Click to expand it.
win32/updateBuild
Libs
.py
→
win32/update
And
Build
All
.py
+
0
−
0
View file @
8e2e8fea
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment