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
614b63fd
Commit
614b63fd
authored
1 year ago
by
Brian Carrier
Browse files
Options
Downloads
Patches
Plain Diff
New AppVeyor with Linux
parent
e74af169
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+62
-34
62 additions, 34 deletions
appveyor.yml
with
62 additions
and
34 deletions
appveyor.yml
+
62
−
34
View file @
614b63fd
version
:
4.6.0.{build}
cache
:
-
C:\Users\appveyor\.ant
-
C:\ProgramData\chocolatey\bin
-
C:\ProgramData\chocolatey\lib
image
:
Visual Studio
2015
install
:
-
ps
:
choco install nuget.commandline
-
ps
:
choco install ant --ignore-dependencies
-
ps
:
$env:Path="C:\Program Files\Java\jdk1.8.0\bin;$($env:Path);C:\ProgramData\chocolatey\lib\ant"
-
set PATH=C:\Python36-x64\';%PATH%
environment
:
global
:
TSK_HOME
:
"
%APPVEYOR_BUILD_FOLDER%"
PYTHON
:
"
C:
\\
Python36-x64"
JDK_HOME
:
C:\Program Files\Java\jdk1.8.0
services
:
before_build
:
-
nuget restore win32\libtsk -PackagesDirectory win32\packages
build_script
:
-
python win32\updateAndBuildAll.py -m
-
ps
:
ant -version
-
ps
:
pushd bindings/java
-
cmd
:
ant -q dist
-
ps
:
popd
-
ps
:
pushd case-uco/java
-
cmd
:
ant -q
-
ps
:
popd
test_script
:
-
cmd
:
ant -q -f bindings/java test
environment
:
matrix
:
-
job_name
:
Windows Build
appveyor_build_worker_image
:
Visual Studio
2015
-
job_name
:
Linux Build
appveyor_build_worker_image
:
Ubuntu
matrix
:
fast_finish
:
true
# job-specific configurations
for
:
-
matrix
:
only
:
-
job_name
:
Windows Build
cache
:
-
C:\Users\appveyor\.ant
-
C:\ProgramData\chocolatey\bin
-
C:\ProgramData\chocolatey\lib
install
:
-
ps
:
choco install nuget.commandline
-
ps
:
choco install ant --ignore-dependencies
-
ps
:
$env:Path="C:\Program Files\Java\jdk1.8.0\bin;$($env:Path);C:\ProgramData\chocolatey\lib\ant"
-
set PATH=C:\Python36-x64\';%PATH%
environment
:
global
:
TSK_HOME
:
"
%APPVEYOR_BUILD_FOLDER%"
PYTHON
:
"
C:
\\
Python36-x64"
JDK_HOME
:
C:\Program Files\Java\jdk1.8.0
services
:
before_build
:
-
nuget restore win32\libtsk -PackagesDirectory win32\packages
build_script
:
-
python win32\updateAndBuildAll.py -m
-
ps
:
ant -version
-
ps
:
pushd bindings/java
-
cmd
:
ant -q dist
-
ps
:
popd
-
ps
:
pushd case-uco/java
-
cmd
:
ant -q
-
ps
:
popd
test_script
:
-
cmd
:
ant -q -f bindings/java test
-
matrix
:
only
:
-
job_name
:
Linux build
build_script
:
-
./bootstrap
-
./configure
-
make
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