Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-crypto-python
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-crypto-python
Commits
918b57c6
Commit
918b57c6
authored
5 years ago
by
alexey.stratulat
Browse files
Options
Downloads
Patches
Plain Diff
[+] Travis-CI configuration file added
parent
d0d55258
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+36
-0
36 additions, 0 deletions
.travis.yml
with
36 additions
and
0 deletions
.travis.yml
0 → 100644
+
36
−
0
View file @
918b57c6
sudo
:
required
language
:
python
python
:
-
"
3.7-dev"
compiler
:
gcc
dist
:
xenial
notifications
:
email
:
false
before_install
:
-
git submodule init
-
git submodule update
install
:
-
sudo apt-get install gcc make
script
:
-
sudo service network-manager start
-
mkdir build
-
cd build
-
cmake
-
make
-
cp ../test/* ./
-
python3.7 main_test.py
-
python3.7 test_b58.py
-
python3.7 test_b64.py
-
python3.7 test_iaes256_cbc.py
-
python3.7 test_oaes.py
addons
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
packages
:
-
network-manager
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