Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-platform
Commits
5ff8c130
Commit
5ff8c130
authored
Apr 02, 2019
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci
parent
15589867
Pipeline
#20575
passed with stage
in 3 minutes and 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
src/cdeps/Makefile
src/cdeps/Makefile
+1
-1
tests/linux64/test.icl
tests/linux64/test.icl
+1
-0
No files found.
.gitlab-ci.yml
View file @
5ff8c130
...
...
@@ -3,6 +3,7 @@ test-nightly:
-
install_clean.sh bundle-complete
-
apt-get update -qq
-
apt-get install -y -qq build-essential git coreutils libsnappy-dev
-
make -C src/cdeps install
image
:
"
camilstaps/clean:nightly"
script
:
-
make -C tests/linux64 run
...
...
@@ -12,6 +13,7 @@ test-stable:
before_script
:
-
apt-get update -qq
-
apt-get install -y -qq patch build-essential coreutils libsnappy-dev
-
make -C src/cdeps install
-
install_clean.sh "stable lib-dynamics lib-tcpip lib-graphcopy lib-graphcopy test"
image
:
"
camilstaps/clean:nightly"
script
:
...
...
src/cdeps/Makefile
View file @
5ff8c130
...
...
@@ -2,5 +2,5 @@ CC=gcc
OBJS
:=
systemsignal.o
all
:
$(OBJS)
install
:
$(OBJS)
mkdir
../libraries/OS-Independent/Clean
\
System
\
Files/
cp
-v
$(OBJS)
../libraries/OS-Independent/Clean
\
System
\
Files/
tests/linux64/test.icl
View file @
5ff8c130
...
...
@@ -176,6 +176,7 @@ import qualified System.TTS
import
qualified
System
.
Time
import
qualified
System
.
Time
.
GenJSON
import
qualified
System
.
Signal
import
qualified
System
.
_Signal
import
qualified
System
.
_Directory
import
qualified
System
.
_FilePath
import
qualified
System
.
_Finalized
...
...
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