Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
163194aa
Commit
163194aa
authored
Jan 06, 2021
by
Pavel Vainerman
Committed by
Pavel Vainerman
Jan 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[github actions]: added testsuite action
parent
1d8988a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
testsuite.yml
.github/workflows/testsuite.yml
+31
-0
No files found.
.github/workflows/testsuite.yml
0 → 100644
View file @
163194aa
name
:
testsuite
on
:
push
:
branches
:
[
"
*"
]
pull_request
:
branches
:
[
"
*"
]
jobs
:
build
:
runs-on
:
ubuntu-latest
container
:
image
:
alt:sisyphus
steps
:
-
uses
:
actions/checkout@v2
-
name
:
install packages
run
:
|
apt-get update && apt-get -y install etersoft-build-utils git-core ccache gcc-c++ etersoft-build-utils catch-devel libcomedi-devel libmariadb-devel libpqxx-devel librrd-devel python-devel python-module-distribute
-
name
:
configure
run
:
|
export CXXFLAGS='-pipe -O2 -pedantic -Wall'
# due broken comedi
export CXXFLAGS="$CXXFLAGS -Wl,--unresolved-symbols=ignore-in-shared-libs"
autoreconf -fiv
./configure --disable-mysql --enable-sqlite --enable-rrd --enable-io --disable-python --disable-mqtt --disable-pgsql --disable-netdata --disable-logdb
-
name
:
make
run
:
jmake
-
name
:
simple tests
run
:
|
cd testsuite;
make check
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment