Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
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
Show more breadcrumbs
pub
Frama-C Website
Commits
35b7ddb4
Commit
35b7ddb4
authored
5 years ago
by
Augustin Lemesle
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.frama-c.com:frama-c/frama-c.frama-c.com
parents
cb810535
aabf8792
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#23440
passed
5 years ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-3
7 additions, 3 deletions
.gitlab-ci.yml
dokuwiki/start.md
+77
-60
77 additions, 60 deletions
dokuwiki/start.md
with
84 additions
and
63 deletions
.gitlab-ci.yml
+
7
−
3
View file @
35b7ddb4
...
@@ -6,9 +6,15 @@ image: ruby:2.4
...
@@ -6,9 +6,15 @@ image: ruby:2.4
variables
:
variables
:
JEKYLL_ENV
:
production
JEKYLL_ENV
:
production
# Cache gems in between builds
cache
:
paths
:
-
vendor/ruby
before_script
:
before_script
:
-
ruby -v
# Print out ruby version for debugging
-
gem install bundler -v '2.0.2'
-
gem install bundler -v '2.0.2'
-
bundle install
-
bundle install
-j $(nproc) --path vendor
test
:
test
:
stage
:
test
stage
:
test
...
@@ -37,7 +43,5 @@ pages:
...
@@ -37,7 +43,5 @@ pages:
paths
:
paths
:
-
public
-
public
expire_in
:
1 month
expire_in
:
1 month
only
:
-
master
tags
:
tags
:
-
docker
-
docker
This diff is collapsed.
Click to expand it.
dokuwiki/start.md
+
77
−
60
View file @
35b7ddb4
...
@@ -2,63 +2,80 @@
...
@@ -2,63 +2,80 @@
layout
:
clean_page
layout
:
clean_page
title
:
Documentation
title
:
Documentation
---
---
# Welcome to the Frama-C Wiki.
# Documentation
Is on-topic in this wiki anything that may be of help to others users of
<!-- Is on-topic in this wiki anything that may be of help to others users of -->
Frama-C and related tools: tips, changes that you have noticed,
<!-- Frama-C and related tools: tips, changes that you have noticed, -->
workarounds, etc. If it should have been in the manual, put it here. If
<!-- workarounds, etc. If it should have been in the manual, put it here. If -->
it's too minute, platform-specific, or temporary to be a good fit for
<!-- it's too minute, platform-specific, or temporary to be a good fit for -->
the manual, put it here. Your goal should be to make a wiki so clear and
<!-- the manual, put it here. Your goal should be to make a wiki so clear and -->
functional that it puts the authors of Frama-C's various manuals to
<!-- functional that it puts the authors of Frama-C's various manuals to -->
shame.
<!-- shame. -->
Do not be afraid to reorganize the words of others if you feel that
Modification for this documentation, as for all this site, can be proposed by
makes the wiki more useful as a whole. They agreed to let you do that
submitting a merge requests at the corresponding
when they chose to participate, and so do you.
[
https://git.frama-c.com/frama-c/frama-c.frama-c.com
](
gitlab
repository).
To edit the wiki, you can submit a merge request on the corresponding gitlab repository
[](
insert
link).
For plug-ins documentation, some pages can be found here but all of them are
otherwise available
[
/html/kernel-plugin.html
](
on
the dedicated page).
For plug-ins documentation, some pages can be found here but all of them are otherwise available
[
/html/kernel-plugin.html
](
on
the dedicated page).
Is on-topic anything that may be of help to others users of
-----
Frama-C and related tools: tips, changes that you have noticed,
workarounds, etc.
# Compilation and Installation
<!-- If it should have been in the manual, put it here. If -->
Current and old releases of Frama-C are available on
[
this
<!-- it's too minute, platform-specific, or temporary to be a good fit for -->
page
](
http://frama-c.com/download.html
)
. It contains the official
<!-- the manual, put it here. Your goal should be to make a wiki so clear and -->
installation instructions for supported systems.
<!-- functional that it puts the authors of Frama-C's various manuals to -->
<!-- shame. -->
Otherwise,
[
this Frama-C wiki
page
](
/dokuwiki/compiling_from_source.html
)
contains extra instructions
-----
for compiling from source on non-supported platforms. It also contains
instructions for compiling older releases.
# Compilation and Installation
# FAQ, Tips and Tricks
Current and old releases of Frama-C are available on
[
this
page
](
html/get-frama-c.html
)
. It contains the official
See
[
this page
](
/dokuwiki/faq.html
)
, or this
[
slightly older
installation instructions for supported systems.
one
](
/dokuwiki/frequently_asked_questions.html
)
.
Otherwise,
[
each releases
](
https://git.frama-c.com/pub/frama-c/blob/master/INSTALL.md
)
contains extra instructions
# External plug-ins
for compiling from source.
[
External plug-ins
](
/dokuwiki/external_plugins.html
)
that you may find
<!-- We could copy INSTALL.md to this repo -->
useful are available. The plug-ins currently described are
**Jessie**
,
**Celia**
and
**Werror**
.
# Contributing
# Known issues
Frama-C is an open-source project which could be contrinuted through merge
requests at this
[
Gitlab repository
](
https://git.frama-c.com/pub/frama-c/
)
. The
-
The BTS has a
[
list of known
modalities are described in this
[
document
](
https://git.frama-c.com/pub/frama-c/CONTRIBUTING.md
)
issues
](
http://bts.frama-c.com/view_all_bug_page.php
)
.
-
See
[
bug reporting guidelines
](
/dokuwiki/bug_reporting_guidelines.html
)
to
<!-- We could copy CONTRIBUTING.md to this repo -->
report a bug.
# FAQ, Tips and Tricks
# Open positions
See
[
this page
](
/dokuwiki/faq.html
)
, or this
[
slightly older
[
Open positions
](
/dokuwiki/positions.html
)
in the Frama-C team are
one
](
/dokuwiki/frequently_asked_questions.html
)
.
available.
# External plug-ins
# Works about Frama-C
[
External plug-ins
](
/dokuwiki/external_plugins.html
)
that you may find
-
[
List of publications
](
/dokuwiki/publications.html
)
useful are available. The plug-ins currently described are
**Jessie**
,
-
[
Exercises
](
/dokuwiki/exercises.html
)
**Celia**
and
**Werror**
.
-
[
Teaching
](
/dokuwiki/teaching.html
)
-
[
Tutorials
](
/dokuwiki/tutorial.html
)
# Known issues
-
The BTS has a
[
list of known
issues
](
http://bts.frama-c.com/view_all_bug_page.php
)
.
-
See
[
bug reporting guidelines
](
/dokuwiki/bug_reporting_guidelines.html
)
to
report a bug.
# Open positions
[
Open positions
](
/dokuwiki/positions.html
)
in the Frama-C team are
available.
# Works about Frama-C
-
[
List of publications
](
/dokuwiki/publications.html
)
-
[
Exercises
](
/dokuwiki/exercises.html
)
-
[
Teaching
](
/dokuwiki/teaching.html
)
-
[
Tutorials
](
/dokuwiki/tutorial.html
)
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